Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-sdk committed Feb 19, 2021
1 parent ab49997 commit f47628f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.4.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.3.0...v2.4.0) (2021-02-19)


### Features

* acdl syntax highlighter ([#103](https://github.com/alexa/ask-toolkit-for-vscode/issues/103)) ([2a7f755](https://github.com/alexa/ask-toolkit-for-vscode/commits/2a7f7557bac1e9328bf383e31f4afd1b1e42650c))
* support APL ExecuteCommands directive in toolkit simulator ([5358146](https://github.com/alexa/ask-toolkit-for-vscode/commits/5358146b88232b0d1ddaf1450e442feaffb0ba5b))
* upgrade apl-suggester and apl-viewhost-web to version 1.5 ([#87](https://github.com/alexa/ask-toolkit-for-vscode/issues/87)) ([870e0dc](https://github.com/alexa/ask-toolkit-for-vscode/commits/870e0dc1f86e97b1a89bd8cd288f4b84ffe1d5db))


### Bug Fixes

* add persistence option for webview ([0a090ee](https://github.com/alexa/ask-toolkit-for-vscode/commits/0a090eeefb5d8a1c2cc36a41043e19961af9b101))
* bugs of simulate APL preview ([8baceac](https://github.com/alexa/ask-toolkit-for-vscode/commits/8baceac807137cfbe27066859c18f8895873284f))
* filter unused APL sample templates ([#95](https://github.com/alexa/ask-toolkit-for-vscode/issues/95)) ([1599725](https://github.com/alexa/ask-toolkit-for-vscode/commits/159972567044478efb29af61ea195db346d37fcf))
* passing command line arguments to npm script in package.json ([#88](https://github.com/alexa/ask-toolkit-for-vscode/issues/88)) ([ef3ab18](https://github.com/alexa/ask-toolkit-for-vscode/commits/ef3ab18130a2aeab149ece8366131b1c45ed7e87))
* render apl response without speak tag in simulator. fixes [#82](https://github.com/alexa/ask-toolkit-for-vscode/issues/82) ([#92](https://github.com/alexa/ask-toolkit-for-vscode/issues/92)) ([e9190e0](https://github.com/alexa/ask-toolkit-for-vscode/commits/e9190e0fe79080a5e8028886f0ee70306e127b90))
* unit tests to match ext host error message ([a2470be](https://github.com/alexa/ask-toolkit-for-vscode/commits/a2470be9485090c0697ccd841f46453c91aca81f))
* update PR template with sections & license ([6ae7b7d](https://github.com/alexa/ask-toolkit-for-vscode/commits/6ae7b7dd651aa33cf1ed2871bdc7b88a9b4e1e82))
* use spread operator ([274e598](https://github.com/alexa/ask-toolkit-for-vscode/commits/274e598b2d6cf3818200f0e6706de0b8deeb1160))

## 2.3.0 (2021-01-20)


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.3.0",
"version": "2.4.0",
"publisher": "ask-toolkit",
"engines": {
"vscode": "^1.42.0"
Expand Down

0 comments on commit f47628f

Please sign in to comment.