diff --git a/CHANGELOG.md b/CHANGELOG.md index 7844926..eb08a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.2](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.14.1...v2.14.2) (2023-04-28) + + +### Bug Fixes + +* add framework for less frictional unit testing in ACDL language server, backfill hover tests ([b777b8b](https://github.com/alexa/ask-toolkit-for-vscode/commits/b777b8b8cacb5e5b85623a249f7f3fd3ff5a79d0)) +* allow device registry unit test to run even if command has already been registered ([c885d8c](https://github.com/alexa/ask-toolkit-for-vscode/commits/c885d8c2aa5fc22a54c61a877784eb8d28d5240b)) +* skill simulation locale drop down was not handling missing interaction models [#254](https://github.com/alexa/ask-toolkit-for-vscode/issues/254) ([eab6d35](https://github.com/alexa/ask-toolkit-for-vscode/commits/eab6d354352abea31a43a577565fcd9a6ae2992f)) + ### [2.14.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.14.0...v2.14.1) (2023-04-06) diff --git a/package-lock.json b/package-lock.json index c3b87a3..7dffe35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alexa-skills-kit-toolkit", - "version": "2.14.1", + "version": "2.14.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "alexa-skills-kit-toolkit", - "version": "2.14.1", + "version": "2.14.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@alexa/acdl": "*", diff --git a/package.json b/package.json index 44311c0..0db0f97 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.1", + "version": "2.14.2", "publisher": "ask-toolkit", "engines": { "vscode": "^1.53.0"