Skip to content

Commit

Permalink
chore(release): 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-sdk committed Jul 12, 2022
1 parent 9b4da85 commit 11d0be2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.11.2](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.1...v2.11.2) (2022-07-12)


### Bug Fixes

* revert vsce version back to 1.xxx ([53e9249](https://github.com/alexa/ask-toolkit-for-vscode/commits/53e9249840496591b4c8687fb02a0112f9095ec1))
* security vulnerabilities via npm audit fix --force (upgrade nyc and gulp version) ([#184](https://github.com/alexa/ask-toolkit-for-vscode/issues/184)) ([b488d80](https://github.com/alexa/ask-toolkit-for-vscode/commits/b488d80ca0d4d5b526bd4f6d46d88f0654183660))
* support WSL using localhost instead 127.0.0.1 ([4189f82](https://github.com/alexa/ask-toolkit-for-vscode/commits/4189f820996acacd4b512f34fefbe82f0ffaac73))
* support WSL using localhost instead 127.0.0.1 ([a132188](https://github.com/alexa/ask-toolkit-for-vscode/commits/a132188e670648ba7a0cabc3f220cceb96018b97))

### [2.11.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.0...v2.11.1) (2022-06-16)


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.11.1",
"version": "2.11.2",
"publisher": "ask-toolkit",
"engines": {
"vscode": "^1.53.0"
Expand Down

0 comments on commit 11d0be2

Please sign in to comment.