Skip to content

Commit 11d0be2

Browse files
committed
chore(release): 2.11.2
1 parent 9b4da85 commit 11d0be2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.11.2](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.1...v2.11.2) (2022-07-12)
6+
7+
8+
### Bug Fixes
9+
10+
* revert vsce version back to 1.xxx ([53e9249](https://github.com/alexa/ask-toolkit-for-vscode/commits/53e9249840496591b4c8687fb02a0112f9095ec1))
11+
* 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))
12+
* support WSL using localhost instead 127.0.0.1 ([4189f82](https://github.com/alexa/ask-toolkit-for-vscode/commits/4189f820996acacd4b512f34fefbe82f0ffaac73))
13+
* support WSL using localhost instead 127.0.0.1 ([a132188](https://github.com/alexa/ask-toolkit-for-vscode/commits/a132188e670648ba7a0cabc3f220cceb96018b97))
14+
515
### [2.11.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.0...v2.11.1) (2022-06-16)
616

717

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.11.1",
5+
"version": "2.11.2",
66
"publisher": "ask-toolkit",
77
"engines": {
88
"vscode": "^1.53.0"

0 commit comments

Comments
 (0)