Skip to content

Commit

Permalink
Merge pull request #464 from alexa/release-2.29.2
Browse files Browse the repository at this point in the history
chore(release): 2.29.2
  • Loading branch information
doiron committed Apr 20, 2023
2 parents 911c1ed + b9ff953 commit 66f1bc0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

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.29.2](https://github.com/alexa/ask-cli/compare/v2.29.1...v2.29.2) (2023-04-19)

### Bug Fixes

* [#455](https://github.com/alexa/ask-cli/issues/455) latest code was not waiting for nodemon ([393e36e](https://github.com/alexa/ask-cli/commit/393e36e8a9f93568befeffdeaf73edc0a3bba63f))
* correct faulty error message for `ask smapi` command ([fb2d0d7](https://github.com/alexa/ask-cli/commit/fb2d0d782e61bf8e7dda1ca5e2283892f33c5a8e))
* update aws sdk to v3 ([fd96a52](https://github.com/alexa/ask-cli/commit/fd96a52acd459f99b58c4483888c9713aba81815))


## [2.28.0](https://github.com/alexa/ask-cli/compare/v2.27.0...v2.28.0) (2022-08-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ask-cli",
"version": "2.29.1",
"version": "2.29.2",
"description": "Alexa Skills Kit (ASK) Command Line Interfaces",
"bin": {
"ask": "dist/bin/ask.js"
Expand Down

0 comments on commit 66f1bc0

Please sign in to comment.