heroku 9.1.0-beta.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "9.1.0-beta.0",
4
+ "version": "9.1.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -389,5 +389,5 @@
389
389
  "version": "oclif readme --multi && git add README.md ../../docs"
390
390
  },
391
391
  "types": "lib/index.d.ts",
392
- "gitHead": "c12640b407703c9d326c8cc6808205ce4646b315"
392
+ "gitHead": "e1e5252b06e21e3b191025f96a3bd7f139af2098"
393
393
  }