Skip to content

Commit

Permalink
chore(release): 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ask-cli committed May 6, 2020
1 parent d63c955 commit 34f7c21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1](https://github.com/alexa/ask-cli/compare/v2.5.0...v2.5.1) (2020-05-06)


### Bug Fixes

* fix to respect ask env variables for commands ([#167](https://github.com/alexa/ask-cli/issues/167)) ([d63c955](https://github.com/alexa/ask-cli/commit/d63c95503add871bc611b25d18d1bd59f27710ce))

## [2.5.0](https://github.com/alexa/ask-cli/compare/v2.4.0...v2.5.0) (2020-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ask-cli",
"version": "2.5.0",
"version": "2.5.1",
"description": "Alexa Skills Kit (ASK) Command Line Interfaces",
"bin": {
"ask": "bin/ask.js"
Expand Down

0 comments on commit 34f7c21

Please sign in to comment.