Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20260612-184829.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20260612-190108.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/v1.24.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.24.1 on 2026-06-13

### 🪲 Fixed

* [#890](https://github.com/miniscruff/changie/issues/890) Skip component when sorting if component format is empty
* [#893](https://github.com/miniscruff/changie/issues/893) Skip kind when sorting if kind format is empty
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [itself](https://github.com/miniscruff/changie).

## v1.24.1 on 2026-06-13

### 🪲 Fixed

* [#890](https://github.com/miniscruff/changie/issues/890) Skip component when sorting if component format is empty
* [#893](https://github.com/miniscruff/changie/issues/893) Skip kind when sorting if kind format is empty

## v1.24.0 on 2025-11-21

### ✨ Added
Expand Down Expand Up @@ -388,3 +395,4 @@ Support for and use of Changie as an imported package is not recommended.
## v0.1.0 on 2020-12-20

Initial release

2 changes: 1 addition & 1 deletion docs/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": "v1.24.0"
"latest": "v1.24.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changie",
"version": "1.24.0",
"version": "1.24.1",
"author": "miniscruff",
"description": "Automated changelog tool for preparing releases with lots of customization options",
"bin": {
Expand Down
Loading