From e5296d63be3837b5398f5bcc30dd8d3c589c07a0 Mon Sep 17 00:00:00 2001 From: Tyler Donelson <56455637+tydonelson@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:43:02 -0700 Subject: [PATCH] Release ASK Toolkit 2.13.0 (#238) * feat: updating what's new page for 2.13 release * chore: release 2.13.0 --- CHANGELOG.md | 13 +++++++++++++ media/toolkitUpdate/toolkitUpdate.html | 12 ++++++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 6 deletions(-) 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 @@
- 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.
- 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. +
++ Upgrade APL Suggester and Web Viewhost to support APL 2023.1