diff --git a/CHANGELOG.md b/CHANGELOG.md index 582ac4a..4f4658c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.1](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.0...v0.4.1) (2023-10-14) + + +### Bug Fixes + +* make release after resolving encoding issue [#46](https://github.com/aliariff/vscode-erb-beautify/issues/46) ([bc2914d](https://github.com/aliariff/vscode-erb-beautify/commit/bc2914d1f1faa39cccbfcff7413b8d75476231f6)) + # [0.4.0](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.8...v0.4.0) (2023-06-06) diff --git a/package-lock.json b/package-lock.json index 498908f..7e1ba6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0" diff --git a/package.json b/package.json index 1353b2c..6aab283 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.0", + "version": "0.4.1", "publisher": "aliariff", "license": "MIT", "bugs": "https://github.com/aliariff/vscode-erb-beautify/issues",