From 1468a8461b7e81e1f8c9c78bbba44d19855c3501 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Jun 2023 20:32:39 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.8...v0.4.0) (2023-06-06) ### Features * Add customEnvVar setting ([9d7d490](https://github.com/aliariff/vscode-erb-beautify/commit/9d7d4909c9d99db63a6030bc644012efe9a1c76f)) --- 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 c2c7ce3..582ac4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.8...v0.4.0) (2023-06-06) + + +### Features + +* Add customEnvVar setting ([9d7d490](https://github.com/aliariff/vscode-erb-beautify/commit/9d7d4909c9d99db63a6030bc644012efe9a1c76f)) + ## [0.3.8](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.7...v0.3.8) (2022-12-14) diff --git a/package-lock.json b/package-lock.json index cc8b5d2..7a178d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.3.8", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.3.8", + "version": "0.4.0", "license": "MIT", "dependencies": { "is-wsl": "^2.2.0" diff --git a/package.json b/package.json index ee8ee23..1353b2c 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.3.8", + "version": "0.4.0", "publisher": "aliariff", "license": "MIT", "bugs": "https://github.com/aliariff/vscode-erb-beautify/issues",