From bbf9e833516e901adeffbbd6a6c03b0515f6c259 Mon Sep 17 00:00:00 2001 From: Mario Doiron <5252025+doiron@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:47:34 -0700 Subject: [PATCH] chore(release): 2.30.2 --- 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 f7c48578..1bb7e24c 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.2](https://github.com/alexa/ask-cli/compare/v2.30.1...v2.30.2) (2023-06-22) + + +### Bug Fixes + +* prevent errors to be displayed as [Error]: [object Object] ([767e104](https://github.com/alexa/ask-cli/commit/767e10481fb7230c6748f784c6d5e6a483508950)) + ## [2.30.0](https://github.com/alexa/ask-cli/compare/v2.29.1...v2.30.0) (2023-05-22) diff --git a/package-lock.json b/package-lock.json index 15deab03..469468f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ask-cli", - "version": "2.30.0", + "version": "2.30.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ask-cli", - "version": "2.30.0", + "version": "2.30.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index a35bb7fb..f25f9710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-cli", - "version": "2.30.1", + "version": "2.30.2", "description": "Alexa Skills Kit (ASK) Command Line Interfaces", "bin": { "ask": "dist/bin/ask.js"