@heroku-cli/plugin-pg-v5
Advanced tools
Comparing version 7.9.2 to 7.9.3
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="7.9.3"></a> | ||
## [7.9.3](https://github.com/heroku/cli/compare/v7.9.2...v7.9.3) (2018-08-18) | ||
**Note:** Version bump only for package @heroku-cli/plugin-pg-v5 | ||
<a name="7.9.2"></a> | ||
@@ -8,0 +17,0 @@ ## [7.9.2](https://github.com/heroku/cli/compare/v7.9.1...v7.9.2) (2018-08-18) |
{ | ||
"name": "@heroku-cli/plugin-pg-v5", | ||
"description": "Heroku CLI plugin to manage Postgres.", | ||
"version": "7.9.2", | ||
"version": "7.9.3", | ||
"author": "Jeff Dickey (@dickeyxxx)", | ||
@@ -42,3 +42,3 @@ "bugs": "https://github.com/heroku/cli/issues", | ||
"files": [ | ||
".oclif.manifest.json", | ||
"oclif.manifest.json", | ||
"index.js", | ||
@@ -57,4 +57,4 @@ "assets", | ||
"scripts": { | ||
"postpublish": "rm .oclif.manifest.json", | ||
"prepublishOnly": "oclif-dev manifest", | ||
"postpublish": "rm oclif.manifest.json", | ||
"prepack": "oclif-dev manifest", | ||
"release": "np", | ||
@@ -64,3 +64,3 @@ "test": "TZ=utc nyc mocha", | ||
}, | ||
"gitHead": "1f97dc5c019427ab8a16098adfd75b93332f91ee" | ||
"gitHead": "5a37b64182fe15550e3df5b60506a201e992e18e" | ||
} |
302682
63