Skip to content

Commit

Permalink
v7.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elbandito committed May 22, 2019
1 parent 960d10a commit 3729aad
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.24.4](https://github.com/heroku/cli/compare/v7.24.3...v7.24.4) (2019-05-22)

**Note:** Version bump only for package heroku





<a name="7.24.3"></a>
## [7.24.3](https://github.com/heroku/cli/compare/v7.24.2...v7.24.3) (2019-05-07)

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.24.3",
"version": "7.24.4",
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.24.4](https://github.com/heroku/cli/compare/v7.24.3...v7.24.4) (2019-05-22)

**Note:** Version bump only for package heroku





<a name="7.24.3"></a>
## [7.24.3](https://github.com/heroku/cli/compare/v7.24.2...v7.24.3) (2019-05-07)

Expand Down
4 changes: 2 additions & 2 deletions 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.24.3",
"version": "7.24.4",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -20,7 +20,7 @@
"@heroku-cli/plugin-ci": "^7.24.3",
"@heroku-cli/plugin-ci-v5": "^7.24.0",
"@heroku-cli/plugin-config": "^7.24.0",
"@heroku-cli/plugin-container-registry-v5": "^7.24.0",
"@heroku-cli/plugin-container-registry-v5": "^7.24.4",
"@heroku-cli/plugin-git": "^7.24.0",
"@heroku-cli/plugin-local-v5": "^7.24.0",
"@heroku-cli/plugin-oauth-v5": "^7.24.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/container-registry-v5/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.24.4](https://github.com/heroku/cli/compare/v7.24.3...v7.24.4) (2019-05-22)


### Bug Fixes

* **container-registry-v5:** return error code on exit when container:release fails ([960d10a](https://github.com/heroku/cli/commit/960d10a))





# [7.24.0](https://github.com/heroku/cli/compare/v7.23.0...v7.24.0) (2019-04-25)

**Note:** Version bump only for package @heroku-cli/plugin-container-registry-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/container-registry-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-container-registry-v5",
"description": "Use containers to build and deploy Heroku apps",
"version": "7.24.0",
"version": "7.24.4",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 3729aad

Please sign in to comment.