diff --git a/CHANGELOG.md b/CHANGELOG.md index c3131af..2d54134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.11.3](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.2...v2.11.3) (2022-07-15) + + +### Bug Fixes + +* revert "Merge pull request [#164](https://github.com/alexa/ask-toolkit-for-vscode/issues/164) from ajsb85/development" ([781a250](https://github.com/alexa/ask-toolkit-for-vscode/commits/781a250e45394e00396e630b1043eda388129640)) + ### [2.11.2](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.1...v2.11.2) (2022-07-12) diff --git a/package-lock.json b/package-lock.json index d5c113a..cc911cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-skills-kit-toolkit", - "version": "2.11.2", + "version": "2.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c1adb2..942a38e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alexa-skills-kit-toolkit", "displayName": "Alexa Skills Kit (ASK) Toolkit", "description": "Build and manage Alexa skills using Visual Studio Code", - "version": "2.11.2", + "version": "2.11.3", "publisher": "ask-toolkit", "engines": { "vscode": "^1.53.0"