diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4658c..a02765c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.2](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.1...v0.4.2) (2024-02-11) + + +### Bug Fixes + +* [#52](https://github.com/aliariff/vscode-erb-beautify/issues/52) Handle new line ([#58](https://github.com/aliariff/vscode-erb-beautify/issues/58)) ([0dad617](https://github.com/aliariff/vscode-erb-beautify/commit/0dad617756d24eab3630e59b3e8338de9dedd606)) + ## [0.4.1](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.0...v0.4.1) (2023-10-14) diff --git a/package-lock.json b/package-lock.json index 2683559..6293f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0" @@ -27,7 +27,7 @@ "typescript": "^5.3.3" }, "engines": { - "vscode": "^1.74.0" + "vscode": "^1.86.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index fa694d3..04488c0 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.1", + "version": "0.4.2", "publisher": "aliariff", "license": "MIT", "bugs": "https://github.com/aliariff/vscode-erb-beautify/issues",