Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.4...v0.5.0) (2024-08-31)

### Features

* Add config to ignore formatting specific files ([#72](#72)), Mitigate empty output issue ([#74](#74)) ([334b837](334b837))
  • Loading branch information
semantic-release-bot committed Aug 31, 2024
1 parent 334b837 commit 0a30daf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.5.0](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.4...v0.5.0) (2024-08-31)


### Features

* Add config to ignore formatting specific files ([#72](https://github.com/aliariff/vscode-erb-beautify/issues/72)), Mitigate empty output issue ([#74](https://github.com/aliariff/vscode-erb-beautify/issues/74)) ([334b837](https://github.com/aliariff/vscode-erb-beautify/commit/334b837db2ece02c04aa9b5121351f6e399bf726))

## [0.4.4](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.3...v0.4.4) (2024-08-24)


Expand Down
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.

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": "vscode-erb-beautify",
"displayName": "ERB Formatter/Beautify",
"description": "Format/Beautify ERB files",
"version": "0.4.4",
"version": "0.5.0",
"icon": "images/icon.png",
"publisher": "aliariff",
"license": "MIT",
Expand Down

0 comments on commit 0a30daf

Please sign in to comment.