Skip to content

Commit b2f9eb7

Browse files
chore(main): release command 12.2.0 (#270)
Co-authored-by: heroku-devtools-release-workflows[bot] <261039447+heroku-devtools-release-workflows[bot]@users.noreply.github.com>
1 parent 7fee4ed commit b2f9eb7

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.1.3"
2+
".": "12.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
## [12.1.1](https://github.com/heroku/heroku-cli-command/compare/v12.1.0...v12.1.1) (2025-09-30)
2+
## [12.2.0](https://github.com/heroku/heroku-cli-command/compare/command-v12.1.3...command-v12.2.0) (2026-02-26)
3+
4+
5+
### Features
6+
7+
* add global --prompt flag for interactive command execution ([#269](https://github.com/heroku/heroku-cli-command/issues/269)) ([c73322b](https://github.com/heroku/heroku-cli-command/commit/c73322be0700709f8d2a809f9538bc6b06612db9))
8+
9+
10+
### Bug Fixes
11+
12+
* improve --prompt flag help text implementation ([#276](https://github.com/heroku/heroku-cli-command/issues/276)) ([f870d8b](https://github.com/heroku/heroku-cli-command/commit/f870d8b8f68ae78e8ab8ef9c4c9d49e7ae5f87e3))
13+
214
## [12.1.3](https://github.com/heroku/heroku-cli-command/compare/command-v12.1.2...command-v12.1.3) (2026-02-24)
315

416

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/command",
33
"description": "base class for Heroku CLI commands",
4-
"version": "12.1.3",
4+
"version": "12.2.0",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)