From e531e0e78060f10480b3a634c5bae276eb77f95b Mon Sep 17 00:00:00 2001 From: Mario Doiron <5252025+doiron@users.noreply.github.com> Date: Mon, 22 May 2023 10:48:41 -0700 Subject: [PATCH] chore(release): 2.30.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed063f16..f7c48578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0](https://github.com/alexa/ask-cli/compare/v2.29.1...v2.30.0) (2023-05-22) + + +### 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)) + ### [2.29.2](https://github.com/alexa/ask-cli/compare/v2.29.1...v2.29.2) (2023-04-19) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 927f8819..15deab03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ask-cli", - "version": "2.29.2", + "version": "2.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ask-cli", - "version": "2.29.2", + "version": "2.30.0", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 63e49b38..bdb48d34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-cli", - "version": "2.29.2", + "version": "2.30.0", "description": "Alexa Skills Kit (ASK) Command Line Interfaces", "bin": { "ask": "dist/bin/ask.js"