diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc5018..c382fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.4](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.3...v0.4.4) (2024-08-24) + + +### Bug Fixes + +* trigger release ([d158eb0](https://github.com/aliariff/vscode-erb-beautify/commit/d158eb035546aa030c4c25ac846b6f4b2d5e3f4f)) + ## [0.4.3](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.2...v0.4.3) (2024-02-24) diff --git a/package-lock.json b/package-lock.json index 2723cfc..0159cac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0" diff --git a/package.json b/package.json index fbaac42..b20a28e 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.3", + "version": "0.4.4", "icon": "images/icon.png", "publisher": "aliariff", "license": "MIT",