Skip to content

Commit e5296d6

Browse files
authored
Release ASK Toolkit 2.13.0 (#238)
* feat: updating what's new page for 2.13 release * chore: release 2.13.0
1 parent d1bf446 commit e5296d6

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [2.13.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.12.1...v2.13.0) (2023-03-20)
6+
7+
8+
### Features
9+
10+
* adding ACDL language support to the extension ([fb00bd8](https://github.com/alexa/ask-toolkit-for-vscode/commits/fb00bd848a84bace7173b6c092ed067436f58a03))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
518
### [2.12.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.12.0...v2.12.1) (2022-11-22)
619

720

media/toolkitUpdate/toolkitUpdate.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,24 @@
1616
<body>
1717
<div class="header">
1818
<img src="https://d34a6e1u0y0eo2.cloudfront.net/media/images/alexa.png"/>
19-
<h1>November 2021 update</h1>
19+
<h1>March 2023 update</h1>
2020
</div>
2121

2222
<div class="body">
2323
<p>
24-
Welcome to the updated Alexa Skills Toolkit for November 2021 (version 2.10). This update introduces a number of
24+
Welcome to the updated Alexa Skills Toolkit for March 2023 (version 2.13). This update introduces a number of
2525
new features and enhancements.
2626
</p>
2727
<h2>What's new?</h2>
2828
<div class="container">
2929
<div class="flex-item">
30-
<h2>Support APL 1.8</h2>
30+
<h2>Language Support for Alexa Conversation Descriptive Language</h2>
3131
<p>
32-
Upgrade APL Suggester and Web Viewhost to support APL 1.8
32+
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 <a href="https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/vs-code-acdl.html">official technical documentation</a>.
33+
</p>
34+
<h2>Support APL 2023.1</h2>
35+
<p>
36+
Upgrade APL Suggester and Web Viewhost to support APL 2023.1
3337
</p>
3438
</div>
3539
</div>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "alexa-skills-kit-toolkit",
33
"displayName": "Alexa Skills Kit (ASK) Toolkit",
44
"description": "Build and manage Alexa skills using Visual Studio Code",
5-
"version": "2.12.1",
5+
"version": "2.13.0",
66
"publisher": "ask-toolkit",
77
"engines": {
88
"vscode": "^1.53.0"

0 commit comments

Comments
 (0)