Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <noreply@bluebrown.github.io>
  • Loading branch information
GitHub Actions committed Jul 22, 2023
1 parent 5a83796 commit c2063cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Changelog

### [v0.1.1](https://github.com/bluebrown/vscode-extension-yamlfmt/compare/v0.1.0...v0.1.1) (2023-07-22)

#### Fixes

* dont convert args to set (#6)
([5a83796](https://github.com/bluebrown/vscode-extension-yamlfmt/commit/5a837963f8e7c2b68b3bea24f0e38cd89a1990f9)),
closes [#6](https://github.com/bluebrown/vscode-extension-yamlfmt/issues/6)
* **settings.json:** add missing config contribution title (#5)
([d6847fa](https://github.com/bluebrown/vscode-extension-yamlfmt/commit/d6847fa08d08f8e9c587e676b688a5425f31bb1e)),
closes [#5](https://github.com/bluebrown/vscode-extension-yamlfmt/issues/5)

## v0.1.0 (2023-07-22)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yamlfmt",
"displayName": "yamlfmt",
"description": "Format yaml files with https://github.com/google/yamlfmt",
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "Nico Braun",
"email": "rainbowstack@gmail.com",
Expand Down Expand Up @@ -58,4 +58,4 @@
"mocha": "^10.2.0",
"typescript": "^5.1.6"
}
}
}

0 comments on commit c2063cc

Please sign in to comment.