heroku 10.5.1-beta.0 → 10.6.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.
@@ -14652,5 +14652,5 @@
14652
14652
  ]
14653
14653
  }
14654
14654
  },
14655
- "version": "10.5.1-beta.0"
14655
+ "version": "10.6.0"
14656
14656
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "10.5.1-beta.0",
4
+ "version": "10.6.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -398,5 +398,5 @@
398
398
  "version": "oclif readme --multi && git add README.md ../../docs"
399
399
  },
400
400
  "types": "lib/index.d.ts",
401
- "gitHead": "65bb66c86fd0c948e3d0971737c1032ac99be819"
401
+ "gitHead": "428d254c3ec2b29920e7100ffc2d63c47f9904f5"
402
402
  }