diff --git a/CHANGELOG.md b/CHANGELOG.md index 114e71ae..f5854d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.6](https://github.com/alexa/ask-cli/compare/v2.30.5...v2.30.6) (2023-12-09) + +### Features + +* add ASK_FORCE_ENABLE to allow skipping domain validation during enablement ([487f8db](https://github.com/alexa/ask-cli/commit/487f8dbcdc9429d04b6fd475aa4a2a8430831f1f)) + +### Bug Fixes + +* display message property for all error instance types ([a0d2f19](https://github.com/alexa/ask-cli/commit/a0d2f19faeee36523be701522585272cff2a2d6d)) +* use npm registry https url ([9e92ee5](https://github.com/alexa/ask-cli/commit/9e92ee5bf9aedcba1f683c1db877d0a9c1442cae)) + ### [2.30.5](https://github.com/alexa/ask-cli/compare/v2.30.4...v2.30.5) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index e7546f8c..b851d1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ask-cli", - "version": "2.30.5", + "version": "2.30.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ask-cli", - "version": "2.30.5", + "version": "2.30.6", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 395c037d..fe8470bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-cli", - "version": "2.30.5", + "version": "2.30.6", "description": "Alexa Skills Kit (ASK) Command Line Interfaces", "bin": { "ask": "dist/bin/ask.js"