Skip to content

Commit

Permalink
Release ASK Toolkit 2.13.0 (#238)
Browse files Browse the repository at this point in the history
* feat: updating what's new page for 2.13 release

* chore: release 2.13.0
  • Loading branch information
tydonelson committed Mar 20, 2023
1 parent d1bf446 commit e5296d6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
12 changes: 8 additions & 4 deletions media/toolkitUpdate/toolkitUpdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@
<body>
<div class="header">
<img src="https://d34a6e1u0y0eo2.cloudfront.net/media/images/alexa.png"/>
<h1>November 2021 update</h1>
<h1>March 2023 update</h1>
</div>

<div class="body">
<p>
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.
</p>
<h2>What's new?</h2>
<div class="container">
<div class="flex-item">
<h2>Support APL 1.8</h2>
<h2>Language Support for Alexa Conversation Descriptive Language</h2>
<p>
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 <a href="https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/vs-code-acdl.html">official technical documentation</a>.
</p>
<h2>Support APL 2023.1</h2>
<p>
Upgrade APL Suggester and Web Viewhost to support APL 2023.1
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 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.12.1",
"version": "2.13.0",
"publisher": "ask-toolkit",
"engines": {
"vscode": "^1.53.0"
Expand Down

0 comments on commit e5296d6

Please sign in to comment.