Skip to content

Commit

Permalink
v7.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed Apr 4, 2019
1 parent 27d0793 commit 60d779b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.22.9](https://github.com/heroku/cli/compare/v7.22.8...v7.22.9) (2019-04-04)


### Bug Fixes

* **cli:** Do not display backboard errors ([27d0793](https://github.com/heroku/cli/commit/27d0793))





## [7.22.8](https://github.com/heroku/cli/compare/v7.22.7...v7.22.8) (2019-04-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.22.8",
"version": "7.22.9",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.22.9](https://github.com/heroku/cli/compare/v7.22.8...v7.22.9) (2019-04-04)


### Bug Fixes

* **cli:** Do not display backboard errors ([27d0793](https://github.com/heroku/cli/commit/27d0793))





## [7.22.8](https://github.com/heroku/cli/compare/v7.22.7...v7.22.8) (2019-04-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.22.8",
"version": "7.22.9",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand Down

0 comments on commit 60d779b

Please sign in to comment.