From 1ccbd1174e496a0f31e483ac07dae5227dffdfe4 Mon Sep 17 00:00:00 2001 From: LucioMS Date: Wed, 5 Jul 2023 13:39:10 -0700 Subject: [PATCH] chore: updating version to 2.30.4 and adding changees to changelog.md --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f3bb66..9c733db4 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.4](https://github.com/alexa/ask-cli/compare/v2.30.3...v2.30.4) (2023-06-23) + + +### Bug Fixes + +* fix: Local Credential Hijacking fix (part 2) [#475](https://github.com/alexa/ask-cli/pull/475) ([e096f42](https://github.com/alexa/ask-cli/pull/482/commits/e096f425edcd79e0233113d03961da388e9e695a)) + ### [2.30.3](https://github.com/alexa/ask-cli/compare/v2.30.2...v2.30.3) (2023-06-23) diff --git a/package.json b/package.json index 7769ed28..c7876916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ask-cli", - "version": "2.30.3", + "version": "2.30.4", "description": "Alexa Skills Kit (ASK) Command Line Interfaces", "bin": { "ask": "dist/bin/ask.js"