diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe004c292..62dad82509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 0ff46a4017..de93a4e4d6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.50.0", + "version": "7.51.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index dbe004c292..62dad82509 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 2a8c8b58f0..6e79f4e3ce 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" @@ -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", diff --git a/packages/redis-v5/CHANGELOG.md b/packages/redis-v5/CHANGELOG.md index 3276d02cc8..e0c6aea9da 100644 --- a/packages/redis-v5/CHANGELOG.md +++ b/packages/redis-v5/CHANGELOG.md @@ -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 diff --git a/packages/redis-v5/package.json b/packages/redis-v5/package.json index 3c04da94cc..2e29c36cbb 100644 --- a/packages/redis-v5/package.json +++ b/packages/redis-v5/package.json @@ -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": {