diff --git a/CHANGELOG.md b/CHANGELOG.md index a02765c..cbc5018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.3](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.2...v0.4.3) (2024-02-24) + + +### Bug Fixes + +* [#59](https://github.com/aliariff/vscode-erb-beautify/issues/59) - Support older vscode ([#60](https://github.com/aliariff/vscode-erb-beautify/issues/60)) ([c9f6114](https://github.com/aliariff/vscode-erb-beautify/commit/c9f6114a8c4afc69fa1e4d60259a01da86a70340)) + ## [0.4.2](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.1...v0.4.2) (2024-02-11) diff --git a/package-lock.json b/package-lock.json index 398c29a..641e948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0" diff --git a/package.json b/package.json index a4420d0..b6958b1 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.2", + "version": "0.4.3", "publisher": "aliariff", "license": "MIT", "bugs": "https://github.com/aliariff/vscode-erb-beautify/issues",