From 8ae2393091ac1e52707ffc327abc1808af29e954 Mon Sep 17 00:00:00 2001 From: heroku-cli <31491619+heroku-cli@users.noreply.github.com> Date: Mon, 9 Apr 2018 19:38:14 +0000 Subject: [PATCH] chore(release): 2.4.34 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9cfbf2..71abd9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [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)) + ## [2.4.33](https://github.com/heroku/heroku-apps/compare/v2.4.32...v2.4.33) (2018-04-06) diff --git a/README.md b/README.md index 6a868f24..1283f0b1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index dda12289..43d44a1c 100644 --- a/package.json +++ b/package.json @@ -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"