Skip to content

Commit f37df5e

Browse files
Release v1.23.0 (#829)
Co-authored-by: miniscruff <[email protected]>
1 parent 1e6ddd3 commit f37df5e

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changes/unreleased/added-20251117-190156.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/added-20251117-193123.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.23.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v1.23.0 on 2025-11-18
2+
3+
### ✨ Added
4+
5+
* [#826](https://github.com/miniscruff/changie/issues/826) Option to fail batch command if no change fragments exist
6+
* [#801](https://github.com/miniscruff/changie/issues/801) Load env var values when running new command

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [itself](https://github.com/miniscruff/changie).
88

9+
## v1.23.0 on 2025-11-18
10+
11+
### ✨ Added
12+
13+
* [#826](https://github.com/miniscruff/changie/issues/826) Option to fail batch command if no change fragments exist
14+
* [#801](https://github.com/miniscruff/changie/issues/801) Load env var values when running new command
15+
916
## v1.22.1 on 2025-07-27
1017

1118
### 🪲 Fixed

docs/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "v1.22.1"
2+
"latest": "v1.23.0"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changie",
3-
"version": "1.22.1",
3+
"version": "1.23.0",
44
"author": "miniscruff",
55
"description": "Automated changelog tool for preparing releases with lots of customization options",
66
"bin": {

0 commit comments

Comments
 (0)