Skip to content

Commit

Permalink
v7.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Feb 22, 2021
1 parent c9c6f97 commit cebba02
Show file tree
Hide file tree
Showing 7 changed files with 32 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.48.0](https://github.com/heroku/cli/compare/v7.47.13...v7.48.0) (2021-02-22)

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





## [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
Expand Down
1 change: 1 addition & 0 deletions docs/pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ USAGE
OPTIONS
-a, --app=app (required) app to run command against
-r, --remote=remote git remote of app to use
--json format output as JSON
DESCRIPTION
defaults to DATABASE_URL database if no DATABASE is specified
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.47.13",
"version": "7.48.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
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.48.0](https://github.com/heroku/cli/compare/v7.47.13...v7.48.0) (2021-02-22)

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





## [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
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.47.13",
"version": "7.48.0",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand All @@ -26,7 +26,7 @@
"@heroku-cli/plugin-local": "^7.47.13",
"@heroku-cli/plugin-oauth-v5": "^7.47.13",
"@heroku-cli/plugin-orgs-v5": "^7.47.13",
"@heroku-cli/plugin-pg-v5": "^7.47.13",
"@heroku-cli/plugin-pg-v5": "^7.48.0",
"@heroku-cli/plugin-pipelines": "^7.47.13",
"@heroku-cli/plugin-ps": "^7.47.13",
"@heroku-cli/plugin-ps-exec": "2.3.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/pg-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.48.0](https://github.com/heroku/cli/compare/v7.47.13...v7.48.0) (2021-02-22)


### Features

* **pg-v5:** add burst checks, json output to diagnose ([c9c6f97](https://github.com/heroku/cli/commit/c9c6f979680bf79ea5dd1bf3cdfdde41b6da702b))





## [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-pg-v5
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-pg-v5",
"description": "Heroku CLI plugin to manage Postgres.",
"version": "7.47.13",
"version": "7.48.0",
"author": "Jeff Dickey (@dickeyxxx)",
"bugs": "https://github.com/heroku/cli/issues",
"cli-engine": {
Expand Down

0 comments on commit cebba02

Please sign in to comment.