diff --git a/CHANGELOG.md b/CHANGELOG.md index 5464c91..3ea34b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.13.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.12.1...v2.13.0) (2023-03-20) + + +### Features + +* adding ACDL language support to the extension ([fb00bd8](https://github.com/alexa/ask-toolkit-for-vscode/commits/fb00bd848a84bace7173b6c092ed067436f58a03)) +* upgrade apl-suggester and apl-viewhost-web to version 2023.1 ([#235](https://github.com/alexa/ask-toolkit-for-vscode/issues/235)) ([b4de59b](https://github.com/alexa/ask-toolkit-for-vscode/commits/b4de59b5304be65d2811901021fd56cfb09170f5)) + + +### Bug Fixes + +* correct AbstractCommand for context menus ([#231](https://github.com/alexa/ask-toolkit-for-vscode/issues/231)) ([e40f0ac](https://github.com/alexa/ask-toolkit-for-vscode/commits/e40f0acf6bb5df30993b15075d0c32538d389318)) + ### [2.12.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.12.0...v2.12.1) (2022-11-22) diff --git a/media/toolkitUpdate/toolkitUpdate.html b/media/toolkitUpdate/toolkitUpdate.html index 8104949..d821201 100644 --- a/media/toolkitUpdate/toolkitUpdate.html +++ b/media/toolkitUpdate/toolkitUpdate.html @@ -16,20 +16,24 @@
-

November 2021 update

+

March 2023 update

- Welcome to the updated Alexa Skills Toolkit for November 2021 (version 2.10). This update introduces a number of + Welcome to the updated Alexa Skills Toolkit for March 2023 (version 2.13). This update introduces a number of new features and enhancements.

What's new?

-

Support APL 1.8

+

Language Support for Alexa Conversation Descriptive Language

- Upgrade APL Suggester and Web Viewhost to support APL 1.8 + You can use the Alexa Skills Kit (ASK) Toolkit for Visual Studio Code (VS Code) to edit dialogs written in Alexa Conversation Descriptive Language (ACDL). For more information, see the official technical documentation. +

+

Support APL 2023.1

+

+ Upgrade APL Suggester and Web Viewhost to support APL 2023.1

diff --git a/package-lock.json b/package-lock.json index 87491ad..bf8175f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-skills-kit-toolkit", - "version": "2.12.1", + "version": "2.13.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index be9322d..3892e86 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.12.1", + "version": "2.13.0", "publisher": "ask-toolkit", "engines": { "vscode": "^1.53.0"