From 0a30dafc37c43db393dd57ee338207744671cee8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Aug 2024 14:50:49 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.4...v0.5.0) (2024-08-31) ### Features * Add config to ignore formatting specific files ([#72](https://github.com/aliariff/vscode-erb-beautify/issues/72)), Mitigate empty output issue ([#74](https://github.com/aliariff/vscode-erb-beautify/issues/74)) ([334b837](https://github.com/aliariff/vscode-erb-beautify/commit/334b837db2ece02c04aa9b5121351f6e399bf726)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c382fc1..d129369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.4...v0.5.0) (2024-08-31) + + +### Features + +* Add config to ignore formatting specific files ([#72](https://github.com/aliariff/vscode-erb-beautify/issues/72)), Mitigate empty output issue ([#74](https://github.com/aliariff/vscode-erb-beautify/issues/74)) ([334b837](https://github.com/aliariff/vscode-erb-beautify/commit/334b837db2ece02c04aa9b5121351f6e399bf726)) + ## [0.4.4](https://github.com/aliariff/vscode-erb-beautify/compare/v0.4.3...v0.4.4) (2024-08-24) diff --git a/package-lock.json b/package-lock.json index 2a62fc4..2738c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.4.4", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.4.4", + "version": "0.5.0", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0", diff --git a/package.json b/package.json index 8e3092c..9bd2148 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.4", + "version": "0.5.0", "icon": "images/icon.png", "publisher": "aliariff", "license": "MIT",