From 89c7fb183300d950314ee78a51a8210de575b7ad Mon Sep 17 00:00:00 2001 From: Mario Doiron <5252025+doiron@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:39:58 -0700 Subject: [PATCH 1/2] chore: updating the ask-cli version in the lock file --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebcd3078..ef8b2848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ask-cli", - "version": "2.30.3", + "version": "2.30.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ask-cli", - "version": "2.30.3", + "version": "2.30.4", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { From edeb190cf4367098e4148fa75e24a034dfbbe1bd Mon Sep 17 00:00:00 2001 From: Mario Doiron <5252025+doiron@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:51:57 -0700 Subject: [PATCH 2/2] chore: update changelog to list 2.30.0 as breaking as per #485 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c733db4..4a2bc972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ All notable changes to this project will be documented in this file. See [standa ### Features -* add proxy support for smapi commands [#434](https://github.com/alexa/ask-cli/issues/434) ([fd20898](https://github.com/alexa/ask-cli/commit/fd20898d6d87cf30ce4dc3e7a78434aac531929b)) +- **Breaking:** add proxy support for smapi commands [#434](https://github.com/alexa/ask-cli/issues/434) ([fd20898](https://github.com/alexa/ask-cli/commit/fd20898d6d87cf30ce4dc3e7a78434aac531929b)). For more information on breaking changes see [#485](https://github.com/alexa/ask-cli/issues/485) + ### [2.29.2](https://github.com/alexa/ask-cli/compare/v2.29.1...v2.29.2) (2023-04-19)