diff --git a/CHANGELOG.md b/CHANGELOG.md index c382fc1..d129369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2a62fc4..2738c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.4.4", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.4.4", + "version": "0.5.0", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0", diff --git a/package.json b/package.json index 8e3092c..9bd2148 100644 --- a/package.json +++ b/package.json @@ -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",