Skip to content

Commit

Permalink
Toolkit release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilym committed Sep 2, 2020
1 parent 33bfe3b commit c430ade
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## 2.0.1 - Sep 02, 2020

- Adds folder overwrite options for clone skill flow, if skill already exists
locally.
- Sets additional telemetry information on the URL links.
- Fixes some linter issues.
- Improves some log messages in the workflows.

## 2.0.0 - Jul 21, 2020

Updated sources.
- Adds 'ASK Toolkit' container in side bar, containing skill management,
skill actions & documentation views.
- Adds support for syncing interaction model, skill manifest, APL documents from
developer console.
- Adds local APL-Preview functionality in skill actions.
- Adds local debugging configuration support for Node/Python based alexa skills.
- Adds opt-out telemetry support in the extension.
- Removed `ask-cli` dependency and wrapper functions from command palette.

## 1.0.3 - Apr 15, 2020

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

0 comments on commit c430ade

Please sign in to comment.