From 9af7b03e2eb38ad69e537447fbb139f327f02e7e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Dec 2022 21:25:33 +0000 Subject: [PATCH] chore(release): 0.3.6 [skip ci] ## [0.3.6](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.5...v0.3.6) (2022-12-12) ### Bug Fixes * publish to ovsx ([77901ad](https://github.com/aliariff/vscode-erb-beautify/commit/77901ad9372021c7c675e37420424b8168719250)) --- 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 1257592..b2746af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.6](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.5...v0.3.6) (2022-12-12) + + +### Bug Fixes + +* publish to ovsx ([77901ad](https://github.com/aliariff/vscode-erb-beautify/commit/77901ad9372021c7c675e37420424b8168719250)) + ## [0.3.5](https://github.com/aliariff/vscode-erb-beautify/compare/v0.3.4...v0.3.5) (2021-09-17) diff --git a/package-lock.json b/package-lock.json index a1c98f9..837a9e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-erb-beautify", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-erb-beautify", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.2", diff --git a/package.json b/package.json index cf07d97..60b2f4d 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.5", + "version": "0.3.6", "publisher": "aliariff", "license": "MIT", "bugs": "https://github.com/aliariff/vscode-erb-beautify/issues",