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.4.34 [skip ci]
Browse files Browse the repository at this point in the history
<a name="2.4.34"></a>
## [2.4.34](v2.4.33...v2.4.34) (2018-04-09)

### Bug Fixes

* fixed release output when not tty ([a1d7a2a](a1d7a2a))
  • Loading branch information
heroku-cli committed Apr 9, 2018
1 parent a1d7a2a commit 8ae2393
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.4.34"></a>
## [2.4.34](https://github.com/heroku/heroku-apps/compare/v2.4.33...v2.4.34) (2018-04-09)


### Bug Fixes

* fixed release output when not tty ([a1d7a2a](https://github.com/heroku/heroku-apps/commit/a1d7a2a))

<a name="2.4.33"></a>
## [2.4.33](https://github.com/heroku/heroku-apps/compare/v2.4.32...v2.4.33) (2018-04-06)

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.4.33 linux-x64 node-v9.11.1
@heroku-cli/plugin-apps/2.4.34 linux-x64 node-v9.11.1
$ 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.4.33",
"version": "2.4.34",
"author": "Jeff Dickey (@jdxcode)",
"bugs": {
"url": "https://github.com/heroku/heroku-apps/issues"
Expand Down

0 comments on commit 8ae2393

Please sign in to comment.