diff --git a/CHANGELOG.md b/CHANGELOG.md index f5854d5b..930b8748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.30.7](https://github.com/alexa/ask-cli/compare/v2.30.6...v2.30.7) (2024-02-07) + + +### Bug Fixes + +* grammatical error in deploy message ([#502](https://github.com/alexa/ask-cli/issues/502)) ([3067f13](https://github.com/alexa/ask-cli/commit/3067f13dabaf60b02c7a60ff07566520dfa1c339)) +* update hosted skills default python version to 3.8 ([#501](https://github.com/alexa/ask-cli/pull/501)) ([6b15c51](https://github.com/alexa/ask-cli/commit/6b15c518acbbdd2a50628b94b1e9709bfd8386c6)) + ### [2.30.6](https://github.com/alexa/ask-cli/compare/v2.30.5...v2.30.6) (2023-12-09) ### Features diff --git a/package-lock.json b/package-lock.json index b851d1ca..dfdaf4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ask-cli", - "version": "2.30.6", + "version": "2.30.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ask-cli", - "version": "2.30.6", + "version": "2.30.7", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index fe8470bb..8920b57b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-cli", - "version": "2.30.6", + "version": "2.30.7", "description": "Alexa Skills Kit (ASK) Command Line Interfaces", "bin": { "ask": "dist/bin/ask.js"