heroku 10.10.0-beta.0 → 10.10.1-beta.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.
@@ -14958,5 +14958,5 @@
14958
14958
  ]
14959
14959
  }
14960
14960
  },
14961
- "version": "10.10.0-beta.0"
14961
+ "version": "10.10.1-beta.0"
14962
14962
  }
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.10.0-beta.0",
4
+ "version": "10.10.1-beta.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -399,5 +399,5 @@
399
399
  "version": "oclif readme --multi && git add README.md ../../docs"
400
400
  },
401
401
  "types": "lib/index.d.ts",
402
- "gitHead": "17c65034d18b30dd3f5a254830e57993a1022bab"
402
+ "gitHead": "c2897ddd112c7d28d3993887c84276e7bbc4ac53"
403
403
  }