Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
chore(release): 2.5.9 [skip ci]
Browse files Browse the repository at this point in the history
<a name="2.5.9"></a>
## [2.5.9](v2.5.8...v2.5.9) (2018-05-31)

### Bug Fixes

* show stack change in app info ([#232](#232)) ([34642d2](34642d2))
  • Loading branch information
heroku-cli committed May 31, 2018
1 parent 34642d2 commit ec84c22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.5.9"></a>
## [2.5.9](https://github.com/heroku/heroku-apps/compare/v2.5.8...v2.5.9) (2018-05-31)


### Bug Fixes

* show stack change in app info ([#232](https://github.com/heroku/heroku-apps/issues/232)) ([34642d2](https://github.com/heroku/heroku-apps/commit/34642d2))

<a name="2.5.8"></a>
## [2.5.8](https://github.com/heroku/heroku-apps/compare/v2.5.7...v2.5.8) (2018-05-31)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @heroku-cli/plugin-apps
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-apps/2.5.8 linux-x64 node-v10.2.1
@heroku-cli/plugin-apps/2.5.9 linux-x64 node-v10.3.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-apps",
"description": "Heroku CLI plugin to manage apps.",
"version": "2.5.8",
"version": "2.5.9",
"author": "Jeff Dickey (@jdxcode)",
"bugs": {
"url": "https://github.com/heroku/heroku-apps/issues"
Expand Down

0 comments on commit ec84c22

Please sign in to comment.