Skip to content

Commit 8e0bae7

Browse files
authored
Merge pull request #285 from alexa/release/2.16.0
chore(release): 2.16.0
2 parents 0582cb6 + b887b4d commit 8e0bae7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.16.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.15.0...v2.16.0) (2024-02-08)
6+
7+
8+
### Features
9+
10+
* set python 3.8 as default hosted skill python runtime version ([#283](https://github.com/alexa/ask-toolkit-for-vscode/issues/283)) ([0582cb6](https://github.com/alexa/ask-toolkit-for-vscode/commits/0582cb6d8256e7b19d56e37d1685ed36dda28c8d))
11+
12+
13+
### Bug Fixes
14+
15+
* viewport.mode always showing hub irrespective of what device preview is being used ([670e4e1](https://github.com/alexa/ask-toolkit-for-vscode/commits/670e4e191232821e59e7d753e9ae6176e7bc1e36))
16+
517
## [2.15.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.14.2...v2.15.0) (2023-07-13)
618

719

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

0 commit comments

Comments
 (0)