diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bddbd8..7844926 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.14.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.14.0...v2.14.1) (2023-04-06) + + +### Bug Fixes + +* skill creation and clone returns 'no skill repository found' ([a223216](https://github.com/alexa/ask-toolkit-for-vscode/commits/a2232162c61c21c6ca39183d915d46f5e20a5d8e)) + ## [2.14.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.13.0...v2.14.0) (2023-03-22) diff --git a/package-lock.json b/package-lock.json index 7abd362..fda0472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-skills-kit-toolkit", - "version": "2.14.0", + "version": "2.14.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 68bd12c..f972806 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.14.0", + "version": "2.14.1", "publisher": "ask-toolkit", "engines": { "vscode": "^1.53.0"