heroku 11.6.0-beta.0 → 11.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.
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
6
 
7
- ## [11.6.0-beta.0](https://github.com/heroku/cli/compare/v11.5.0...v11.6.0-beta.0) (2026-06-15)
7
+ ## [11.6.0](https://github.com/heroku/cli/compare/v11.5.0...v11.6.0) (2026-06-17)
8
8
 
9
9
 
10
10
  ### Features
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "heroku",
3
- "version": "11.6.0-beta.0",
3
+ "version": "11.6.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "heroku",
9
- "version": "11.6.0-beta.0",
9
+ "version": "11.6.0",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@heroku-cli/command": "12.4.2",
@@ -19727,5 +19727,5 @@
19727
19727
  ]
19728
19728
  }
19729
19729
  },
19730
- "version": "11.6.0-beta.0"
19730
+ "version": "11.6.0"
19731
19731
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "11.6.0-beta.0",
4
+ "version": "11.6.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run.js",
7
7
  "bugs": "https://github.com/heroku/cli/issues",