Skip to content

Commit 967e8d8

Browse files
chore(main): release command 12.1.2 (#250)
Co-authored-by: Michael Malave <michael.malave@salesforce.com>
1 parent f056708 commit 967e8d8

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-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.1"
2+
".": "12.1.2"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
## [12.1.1](https://github.com/heroku/heroku-cli-command/compare/v12.1.0...v12.1.1) (2025-09-30)
2+
## [12.1.2](https://github.com/heroku/heroku-cli-command/compare/command-v12.1.1...command-v12.1.2) (2026-01-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#255](https://github.com/heroku/heroku-cli-command/issues/255)) ([f056708](https://github.com/heroku/heroku-cli-command/commit/f056708bc5cd4858597afb95495cf3024791d578))
8+
* remove vulns and repeated warning headings (W-17068244) ([#233](https://github.com/heroku/heroku-cli-command/issues/233)) ([7edf773](https://github.com/heroku/heroku-cli-command/commit/7edf7730cb44af96f1475f32d2a4ae614ab43e27))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* bump actions/checkout from 4 to 6 ([#249](https://github.com/heroku/heroku-cli-command/issues/249)) ([e08b9a2](https://github.com/heroku/heroku-cli-command/commit/e08b9a205b4cb181b70309b2ce4cbd4d02d7e43e))
14+
* **deps:** bump @oclif/core from 4.3.0 to 4.7.2 ([#240](https://github.com/heroku/heroku-cli-command/issues/240)) ([394ecb1](https://github.com/heroku/heroku-cli-command/commit/394ecb1291c8ae50abac5dbf9695b98f67ddea72))
15+
* **deps:** bump actions/checkout from 4 to 5 ([#221](https://github.com/heroku/heroku-cli-command/issues/221)) ([de1e693](https://github.com/heroku/heroku-cli-command/commit/de1e693bc47f2c73a7f83a9f361a712512cf4b81))
16+
* **deps:** bump actions/checkout from 5 to 6 ([#244](https://github.com/heroku/heroku-cli-command/issues/244)) ([b8ec182](https://github.com/heroku/heroku-cli-command/commit/b8ec18251c34e1c8ce4ea68eb79bbf1c546544b4))
17+
* **deps:** bump actions/setup-node from 4 to 5 ([#227](https://github.com/heroku/heroku-cli-command/issues/227)) ([ba71066](https://github.com/heroku/heroku-cli-command/commit/ba7106650a0e7927cbae9a76c5bff4bba5513f47))
18+
* **deps:** bump actions/setup-node from 5 to 6 ([#239](https://github.com/heroku/heroku-cli-command/issues/239)) ([9b66ef4](https://github.com/heroku/heroku-cli-command/commit/9b66ef4264a59021867d3a85babe7d76cce5928b))
19+
* **deps:** bump debug in the patch-dependencies group ([#234](https://github.com/heroku/heroku-cli-command/issues/234)) ([1291d55](https://github.com/heroku/heroku-cli-command/commit/1291d5580d2e63ee1e78e0f70eaf46c48c30e5ac))
20+
* **deps:** bump open from 10.1.2 to 10.2.0 ([#236](https://github.com/heroku/heroku-cli-command/issues/236)) ([cab484c](https://github.com/heroku/heroku-cli-command/commit/cab484cb9ebe244dd3550d209da3103542de7b68))
21+
* onboard shared workflows ([#248](https://github.com/heroku/heroku-cli-command/issues/248)) ([109c763](https://github.com/heroku/heroku-cli-command/commit/109c763173c5faf88783b0e829024a72379658f7))
22+
* onboard shared workflows ([#254](https://github.com/heroku/heroku-cli-command/issues/254)) ([677585c](https://github.com/heroku/heroku-cli-command/commit/677585c2c33ed285e29dea483d63cc4baf60224f))
23+
* update changelog ([#232](https://github.com/heroku/heroku-cli-command/issues/232)) ([2420b09](https://github.com/heroku/heroku-cli-command/commit/2420b09c16a79454580058bdc1148992a616d6bc))
24+
225
## [12.1.0](https://github.com/heroku/heroku-cli-command/compare/v12.0.2...v12.1.0) (2025-08-12)
326

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

0 commit comments

Comments
 (0)