Skip to content

Commit

Permalink
v7.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Mar 17, 2021
1 parent fb27477 commit b07fb74
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 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.51.0](https://github.com/heroku/cli/compare/v7.50.0...v7.51.0) (2021-03-17)


### Features

* upgrade node to 12.21.0 ([fb27477](https://github.com/heroku/cli/commit/fb274776ea5ed28d31cb8a53e6cfb6819e6ef4a9))





# [7.50.0](https://github.com/heroku/cli/compare/v7.49.1...v7.50.0) (2021-03-02)

**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.50.0",
"version": "7.51.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.51.0](https://github.com/heroku/cli/compare/v7.50.0...v7.51.0) (2021-03-17)


### Features

* upgrade node to 12.21.0 ([fb27477](https://github.com/heroku/cli/commit/fb274776ea5ed28d31cb8a53e6cfb6819e6ef4a9))





# [7.50.0](https://github.com/heroku/cli/compare/v7.49.1...v7.50.0) (2021-03-02)

**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.50.0",
"version": "7.51.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@heroku-cli/plugin-pipelines": "^7.49.0",
"@heroku-cli/plugin-ps": "^7.47.13",
"@heroku-cli/plugin-ps-exec": "2.3.8",
"@heroku-cli/plugin-redis-v5": "^7.47.13",
"@heroku-cli/plugin-redis-v5": "^7.51.0",
"@heroku-cli/plugin-run": "^7.47.13",
"@heroku-cli/plugin-spaces": "^7.49.0",
"@heroku-cli/plugin-status": "^7.47.13",
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.51.0](https://github.com/heroku/cli/compare/v7.50.0...v7.51.0) (2021-03-17)


### Features

* **redis-v5:** exit if trying to use redis:cli with shield plan ([01b9030](https://github.com/heroku/cli/commit/01b9030435e457749d7ffa28883d758a5145c5fc))





## [7.47.13](https://github.com/heroku/cli/compare/v7.47.12...v7.47.13) (2021-02-18)

**Note:** Version bump only for package @heroku-cli/plugin-redis-v5
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.47.13",
"version": "7.51.0",
"author": "Heroku",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit b07fb74

Please sign in to comment.