Skip to content

Commit 8faa066

Browse files
authored
bump version and update changelog (#220)
* 12.1.0 * bump version and update changelog
1 parent 03c67f6 commit 8faa066

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [12.1.0](https://github.com/heroku/heroku-cli-command/compare/v12.0.2...v12.1.0) (2025-08-12)
2+
3+
### Features
4+
5+
* **W-19264912** add domain name validation for outgoing requests ([#159](https://github.com/heroku/heroku-cli-command/issues/218)) ([c710d42](https://github.com/heroku/heroku-cli-command/commit/c710d4278cb429635b638083dbabf1db6420a438))
6+
17
## [12.0.2](https://github.com/heroku/heroku-cli-command/compare/v12.0.1...v12.0.2) (2025-08-07)
28

39
### Bug Fixes

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: 2 additions & 2 deletions
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.0.2",
4+
"version": "12.1.0",
55
"author": "Heroku",
66
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
77
"dependencies": {
@@ -66,7 +66,7 @@
6666
"prepublishOnly": "npm run build",
6767
"prepare": "npm run build",
6868
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
69-
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s",
69+
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0",
7070
"example": "sh examples/run.sh"
7171
},
7272
"type": "module",

0 commit comments

Comments
 (0)