Skip to content

Commit

Permalink
v7.42.6 (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley authored Jul 30, 2020
1 parent 8ee4bb9 commit 62085d3
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.42.6](https://github.com/heroku/cli/compare/v7.42.5...v7.42.6) (2020-07-30)

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





## [7.42.5](https://github.com/heroku/cli/compare/v7.42.4...v7.42.5) (2020-07-20)

**Note:** Version bump only for package heroku
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.42.5",
"version": "7.42.6",
"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.42.6](https://github.com/heroku/cli/compare/v7.42.5...v7.42.6) (2020-07-30)

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





## [7.42.5](https://github.com/heroku/cli/compare/v7.42.4...v7.42.5) (2020-07-20)

**Note:** Version bump only for package heroku
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.42.5",
"version": "7.42.6",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@heroku-cli/plugin-pipelines": "^7.42.5",
"@heroku-cli/plugin-ps": "^7.39.3",
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.42.3",
"@heroku-cli/plugin-redis-v5": "^7.42.6",
"@heroku-cli/plugin-run": "^7.42.5",
"@heroku-cli/plugin-spaces": "^7.42.3",
"@heroku-cli/plugin-status": "^7.39.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/redis-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.42.6](https://github.com/heroku/cli/compare/v7.42.5...v7.42.6) (2020-07-30)


### Bug Fixes

* **redis-v5:** use billing entity to look up config vars ([#1572](https://github.com/heroku/cli/issues/1572)) ([8ee4bb9](https://github.com/heroku/cli/commit/8ee4bb9bcc8b3f078c53c9a535077b5518588bef))





## [7.42.3](https://github.com/heroku/cli/compare/v7.42.2...v7.42.3) (2020-07-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/redis-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-redis-v5",
"description": "Heroku plugin to manage Heroku Redis",
"version": "7.42.3",
"version": "7.42.6",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit 62085d3

Please sign in to comment.