diff --git a/CHANGELOG.md b/CHANGELOG.md index ade00f9b3e..a081c70df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) + +**Note:** Version bump only for package heroku + + + + + ## [7.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01) **Note:** Version bump only for package heroku diff --git a/docs/certs.md b/docs/certs.md index 12a9434a61..387fa7a182 100644 --- a/docs/certs.md +++ b/docs/certs.md @@ -29,7 +29,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -56,7 +56,7 @@ EXAMPLES $ heroku certs:add intermediary.crt example.com.crt example.com.key ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/add.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -71,7 +71,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -86,7 +86,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -101,7 +101,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -116,7 +116,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -131,7 +131,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/chain.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -163,7 +163,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/generate.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -181,7 +181,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/info.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -203,7 +203,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/key.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -220,7 +220,7 @@ OPTIONS --name=name name to remove ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/remove.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -247,4 +247,4 @@ EXAMPLES $ heroku certs:update intermediary.crt example.com.crt example.com.key ``` -_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/update.js)_ +_See code: [@heroku-cli/plugin-certs-v5](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/update.js)_ diff --git a/docs/domains.md b/docs/domains.md index 97a1d49024..fa76cc88ca 100644 --- a/docs/domains.md +++ b/docs/domains.md @@ -43,7 +43,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/index.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -65,7 +65,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/add.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -84,7 +84,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/clear.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -103,7 +103,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/info.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -122,7 +122,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/remove.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -142,7 +142,7 @@ EXAMPLE heroku domains:update www.example.com --cert mycert ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/update.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -158,4 +158,4 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/wait.ts)_ +_See code: [@heroku-cli/plugin-apps](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/wait.ts)_ diff --git a/lerna.json b/lerna.json index f725bc8ca2..c6cbc2abb9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.47.4", + "version": "7.47.5", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/apps/CHANGELOG.md b/packages/apps/CHANGELOG.md index 25b42b80ed..61c86665df 100644 --- a/packages/apps/CHANGELOG.md +++ b/packages/apps/CHANGELOG.md @@ -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.47.5](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.47.4...v7.47.5) (2020-12-10) + +**Note:** Version bump only for package @heroku-cli/plugin-apps + + + + + # [7.47.0](https://github.com/heroku/heroku-cli-plugin-apps/compare/v7.46.2...v7.47.0) (2020-10-29) diff --git a/packages/apps/README.md b/packages/apps/README.md index 0683d59b78..de4abe55d1 100644 --- a/packages/apps/README.md +++ b/packages/apps/README.md @@ -18,7 +18,7 @@ $ npm install -g @heroku-cli/plugin-apps $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-apps/7.47.0 darwin-x64 node-v12.15.0 +@heroku-cli/plugin-apps/7.47.5 darwin-x64 node-v12.18.4 $ heroku --help [COMMAND] USAGE $ heroku COMMAND @@ -67,7 +67,7 @@ EXAMPLES $ heroku domains --filter 'Domain Name=www.example.com' ``` -_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/index.ts)_ +_See code: [src/commands/domains/index.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/index.ts)_ ## `heroku domains:add HOSTNAME` @@ -89,7 +89,7 @@ EXAMPLE heroku domains:add www.example.com ``` -_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/add.ts)_ +_See code: [src/commands/domains/add.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/add.ts)_ ## `heroku domains:clear` @@ -108,7 +108,7 @@ EXAMPLE heroku domains:clear ``` -_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/clear.ts)_ +_See code: [src/commands/domains/clear.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/clear.ts)_ ## `heroku domains:info HOSTNAME` @@ -127,7 +127,7 @@ EXAMPLE $ heroku domains:info www.example.com ``` -_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/info.ts)_ +_See code: [src/commands/domains/info.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/info.ts)_ ## `heroku domains:remove HOSTNAME` @@ -146,7 +146,7 @@ EXAMPLE heroku domains:remove www.example.com ``` -_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/remove.ts)_ +_See code: [src/commands/domains/remove.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/remove.ts)_ ## `heroku domains:update [HOSTNAME]` @@ -166,7 +166,7 @@ EXAMPLE heroku domains:update www.example.com --cert mycert ``` -_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/update.ts)_ +_See code: [src/commands/domains/update.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/update.ts)_ ## `heroku domains:wait [HOSTNAME]` @@ -182,5 +182,5 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.0/src/commands/domains/wait.ts)_ +_See code: [src/commands/domains/wait.ts](https://github.com/heroku/heroku-cli-plugin-apps/blob/v7.47.5/src/commands/domains/wait.ts)_ diff --git a/packages/apps/package.json b/packages/apps/package.json index d7f7598448..4032cb4cd8 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -1,6 +1,6 @@ { "name": "@heroku-cli/plugin-apps", - "version": "7.47.0", + "version": "7.47.5", "author": "Brett @brettgoulder", "bugs": "https://github.com/heroku/heroku-cli-plugin-apps/issues", "dependencies": { diff --git a/packages/certs-v5/CHANGELOG.md b/packages/certs-v5/CHANGELOG.md index f436db394a..6819833359 100644 --- a/packages/certs-v5/CHANGELOG.md +++ b/packages/certs-v5/CHANGELOG.md @@ -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.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) + +**Note:** Version bump only for package @heroku-cli/plugin-certs-v5 + + + + + # [7.47.0](https://github.com/heroku/cli/compare/v7.46.2...v7.47.0) (2020-10-29) diff --git a/packages/certs-v5/README.md b/packages/certs-v5/README.md index 6aacaeede4..6264d48f31 100644 --- a/packages/certs-v5/README.md +++ b/packages/certs-v5/README.md @@ -33,7 +33,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/index.js)_ +_See code: [commands/certs/index.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/index.js)_ ## `heroku certs:add CRT KEY` @@ -60,7 +60,7 @@ EXAMPLES $ heroku certs:add intermediary.crt example.com.crt example.com.key ``` -_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/add.js)_ +_See code: [commands/certs/add.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/add.js)_ ## `heroku certs:auto` @@ -75,7 +75,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/index.js)_ +_See code: [commands/certs/auto/index.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/index.js)_ ## `heroku certs:auto:disable` @@ -90,7 +90,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/disable.js)_ +_See code: [commands/certs/auto/disable.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/disable.js)_ ## `heroku certs:auto:enable` @@ -105,7 +105,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/enable.js)_ +_See code: [commands/certs/auto/enable.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/enable.js)_ ## `heroku certs:auto:refresh` @@ -120,7 +120,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/auto/refresh.js)_ +_See code: [commands/certs/auto/refresh.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/auto/refresh.js)_ ## `heroku certs:chain` @@ -135,7 +135,7 @@ OPTIONS -r, --remote=remote git remote of app to use ``` -_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/chain.js)_ +_See code: [commands/certs/chain.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/chain.js)_ ## `heroku certs:generate DOMAIN` @@ -167,7 +167,7 @@ EXAMPLES $ heroku certs:generate example.com ``` -_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/generate.js)_ +_See code: [commands/certs/generate.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/generate.js)_ ## `heroku certs:info` @@ -185,7 +185,7 @@ OPTIONS --show-domains show associated domains ``` -_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/info.js)_ +_See code: [commands/certs/info.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/info.js)_ ## `heroku certs:key` @@ -207,7 +207,7 @@ EXAMPLES $ heroku certs:key example.com.crt example.com.key ``` -_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/key.js)_ +_See code: [commands/certs/key.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/key.js)_ ## `heroku certs:remove` @@ -224,7 +224,7 @@ OPTIONS --name=name name to remove ``` -_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/remove.js)_ +_See code: [commands/certs/remove.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/remove.js)_ ## `heroku certs:update CRT KEY` @@ -251,5 +251,5 @@ EXAMPLES $ heroku certs:update intermediary.crt example.com.crt example.com.key ``` -_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.47.0/packages/certs-v5/commands/certs/update.js)_ +_See code: [commands/certs/update.js](https://github.com/heroku/cli/blob/v7.47.5/packages/certs-v5/commands/certs/update.js)_ diff --git a/packages/certs-v5/package.json b/packages/certs-v5/package.json index d7009ac6f2..61fbca9017 100644 --- a/packages/certs-v5/package.json +++ b/packages/certs-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-certs-v5", "description": "heroku ssl plugin", - "version": "7.47.0", + "version": "7.47.5", "author": "Ransom Briggs rbriggs@heroku.com", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ade00f9b3e..a081c70df2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) + +**Note:** Version bump only for package heroku + + + + + ## [7.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01) **Note:** Version bump only for package heroku diff --git a/packages/cli/package.json b/packages/cli/package.json index 82a27c77ac..d56b2c479d 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.47.4", + "version": "7.47.5", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -11,13 +11,13 @@ "@heroku-cli/color": "1.1.14", "@heroku-cli/command": "^8.4.0", "@heroku-cli/plugin-addons-v5": "^7.42.2", - "@heroku-cli/plugin-apps": "^7.47.0", + "@heroku-cli/plugin-apps": "^7.47.5", "@heroku-cli/plugin-apps-v5": "^7.43.0", "@heroku-cli/plugin-auth": "^7.47.4", "@heroku-cli/plugin-autocomplete": "^7.43.0", "@heroku-cli/plugin-buildpacks": "^7.43.0", "@heroku-cli/plugin-certs": "^7.43.0", - "@heroku-cli/plugin-certs-v5": "^7.47.0", + "@heroku-cli/plugin-certs-v5": "^7.47.5", "@heroku-cli/plugin-ci": "^7.43.0", "@heroku-cli/plugin-ci-v5": "^7.43.0", "@heroku-cli/plugin-config": "^7.43.0", @@ -26,7 +26,7 @@ "@heroku-cli/plugin-local": "^7.43.0", "@heroku-cli/plugin-oauth-v5": "^7.42.12", "@heroku-cli/plugin-orgs-v5": "^7.43.0", - "@heroku-cli/plugin-pg-v5": "^7.47.4", + "@heroku-cli/plugin-pg-v5": "^7.47.5", "@heroku-cli/plugin-pipelines": "^7.47.2", "@heroku-cli/plugin-ps": "^7.43.0", "@heroku-cli/plugin-ps-exec": "2.3.8", diff --git a/packages/pg-v5/CHANGELOG.md b/packages/pg-v5/CHANGELOG.md index 53f89170d7..5a60d562bb 100644 --- a/packages/pg-v5/CHANGELOG.md +++ b/packages/pg-v5/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.47.5](https://github.com/heroku/cli/compare/v7.47.4...v7.47.5) (2020-12-10) + + +### Bug Fixes + +* **pg-v5:** ensure ssh tunnel properly gets cleaned up ([6eb7962](https://github.com/heroku/cli/commit/6eb7962281016099d372db312e1e92a6109135db)) +* **pg-v5:** once returns array of arguments, add test ([67bfa61](https://github.com/heroku/cli/commit/67bfa61faf351534d1f837bc372d0984140fc972)) + + + + + ## [7.47.4](https://github.com/heroku/cli/compare/v7.47.3...v7.47.4) (2020-12-01) diff --git a/packages/pg-v5/package.json b/packages/pg-v5/package.json index 373b258dad..0c9cb41a9f 100644 --- a/packages/pg-v5/package.json +++ b/packages/pg-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-pg-v5", "description": "Heroku CLI plugin to manage Postgres.", - "version": "7.47.4", + "version": "7.47.5", "author": "Jeff Dickey (@dickeyxxx)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": {