diff --git a/CHANGELOG.md b/CHANGELOG.md index cc45ada..5e8e681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ef207c5..b5bb38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alexa-skills-kit-toolkit", - "version": "2.15.0", + "version": "2.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b5f083..5931f0e 100644 --- a/package.json +++ b/package.json @@ -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"