Skip to content

Commit 75b123c

Browse files
heroku-devtools-release-workflows[bot]michaelmalaveeablack
authored
chore(main): release command 12.2.2 (#293)
Signed-off-by: Michael Malave <michael.malave@salesforce.com> Co-authored-by: heroku-devtools-release-workflows[bot] <261039447+heroku-devtools-release-workflows[bot]@users.noreply.github.com> Co-authored-by: Michael Malave <michael.malave@salesforce.com> Co-authored-by: Eric Black <eblack@salesforce.com>
1 parent db7be8e commit 75b123c

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "12.2.1"
2+
".": "12.2.2"
33
}

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## [12.1.1](https://github.com/heroku/heroku-cli-command/compare/v12.1.0...v12.1.1) (2025-09-30)
1+
## [12.2.2](https://github.com/heroku/heroku-cli-command/compare/command-v12.2.1...command-v12.2.2) (2026-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Ctrl-C cancels login process ([#305](https://github.com/heroku/heroku-cli-command/issues/305)) ([bea43c5](https://github.com/heroku/heroku-cli-command/commit/bea43c5df7e1bf218baa35a99fc7c40430986855))
7+
8+
9+
### Miscellaneous Chores
10+
11+
* adopt @heroku-cli/test-utils and modernize test setup ([#308](https://github.com/heroku/heroku-cli-command/issues/308)) ([db7be8e](https://github.com/heroku/heroku-cli-command/commit/db7be8eb0e84422e40240c5df5d063513dbe528f))
12+
213
## [12.2.1](https://github.com/heroku/heroku-cli-command/compare/command-v12.2.0...command-v12.2.1) (2026-03-11)
314

415

@@ -50,6 +61,8 @@
5061
* onboard shared workflows ([#254](https://github.com/heroku/heroku-cli-command/issues/254)) ([677585c](https://github.com/heroku/heroku-cli-command/commit/677585c2c33ed285e29dea483d63cc4baf60224f))
5162
* update changelog ([#232](https://github.com/heroku/heroku-cli-command/issues/232)) ([2420b09](https://github.com/heroku/heroku-cli-command/commit/2420b09c16a79454580058bdc1148992a616d6bc))
5263

64+
## [12.1.1](https://github.com/heroku/heroku-cli-command/compare/v12.1.0...v12.1.1) (2025-09-30)
65+
5366
## [12.1.0](https://github.com/heroku/heroku-cli-command/compare/v12.0.2...v12.1.0) (2025-08-12)
5467

5568
### Features

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.2.1",
4+
"version": "12.2.2",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)