diff --git a/CHANGELOG.md b/CHANGELOG.md index b2746af..1f7cc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.7](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.6...v0.3.7) (2022-12-14) + + +### Bug Fixes + +* [#25](https://github.com/aliariff/vscode-erb-beautify/issues/25) ([#40](https://github.com/aliariff/vscode-erb-beautify/issues/40)) ([38300e6](https://github.com/aliariff/vscode-erb-beautify/commit/38300e66dfcc4346652c756bf33623e88af8533d)) + ## [0.3.6](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.5...v0.3.6) (2022-12-12) diff --git a/package-lock.json b/package-lock.json index 0124897..2a7c121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.3.6", + "version": "0.3.7", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0" diff --git a/package.json b/package.json index 9c417bc..9c8f7a3 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.3.6", + "version": "0.3.7", "publisher": "aliariff", "license": "MIT", "bugs": "https://github.com/aliariff/vscode-erb-beautify/issues",