Skip to content

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Jun 1, 2024
1 parent c24f5ae commit 4f45b76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [v0.1.4](https://github.com/bluebrown/vscode-extension-yamlfmt/compare/v0.1.3...v0.1.4) (2024-06-01)

#### Features

* support `dockercompose` language (#25)
([74e0465](https://github.com/bluebrown/vscode-extension-yamlfmt/commit/74e04656c43147de7ed169335f865a2296195c12)),
closes [#25](https://github.com/bluebrown/vscode-extension-yamlfmt/issues/25)

### [v0.1.3](https://github.com/bluebrown/vscode-extension-yamlfmt/compare/v0.1.2...v0.1.3) (2024-05-15)

#### Features
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.3",
"version": "0.1.4",
"author": {
"name": "Nico Braun",
"email": "[email protected]",
Expand Down

0 comments on commit 4f45b76

Please sign in to comment.