heroku 11.7.0-beta.0 → 11.7.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.7.0-beta.0](https://github.com/heroku/cli/compare/v11.6.0...v11.7.0-beta.0) (2026-06-23)
7
+ ## [11.7.0](https://github.com/heroku/cli/compare/v11.6.0...v11.7.0) (2026-06-23)
8
8
 
9
9
 
10
10
  ### Features
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "heroku",
3
- "version": "11.7.0-beta.0",
3
+ "version": "11.7.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "heroku",
9
- "version": "11.7.0-beta.0",
9
+ "version": "11.7.0",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@heroku-cli/command": "12.4.2",
@@ -20735,5 +20735,5 @@
20735
20735
  ]
20736
20736
  }
20737
20737
  },
20738
- "version": "11.7.0-beta.0"
20738
+ "version": "11.7.0"
20739
20739
  }
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.7.0-beta.0",
4
+ "version": "11.7.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run.js",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -339,7 +339,7 @@
339
339
  },
340
340
  "update": {
341
341
  "node": {
342
- "version": "22.22.3"
342
+ "version": "22.23.0"
343
343
  },
344
344
  "s3": {
345
345
  "bucket": "heroku-cli-assets",