Skip to content

Commit

Permalink
Merge pull request #285 from alexa/release/2.16.0
Browse files Browse the repository at this point in the history
chore(release): 2.16.0
  • Loading branch information
spkai committed Feb 9, 2024
2 parents 0582cb6 + b887b4d commit 8e0bae7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.16.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.15.0...v2.16.0) (2024-02-08)


### Features

* 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))


### Bug Fixes

* viewport.mode always showing hub irrespective of what device preview is being used ([670e4e1](https://github.com/alexa/ask-toolkit-for-vscode/commits/670e4e191232821e59e7d753e9ae6176e7bc1e36))

## [2.15.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.14.2...v2.15.0) (2023-07-13)


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

0 comments on commit 8e0bae7

Please sign in to comment.