Skip to content

Commit

Permalink
Merge pull request #261 from alexa/release-2.14.2
Browse files Browse the repository at this point in the history
chore(release): 2.14.2
  • Loading branch information
doiron committed Apr 28, 2023
2 parents ff12637 + 15875c7 commit b81b841
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b81b841

Please sign in to comment.