Skip to content

Commit 5e82383

Browse files
committed
chore(release): bump version to 1.4.6
1 parent b487aef commit 5e82383

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v1.4.6 (2026-05-29)
4+
5+
[compare changes](https://github.com/LouisMazel/relizy/compare/v1.4.5...v1.4.6)
6+
7+
### 🩹 Fixes
8+
9+
- **relizy:** Include title-only commit types in changelog and release outputs ([b487aef](https://github.com/LouisMazel/relizy/commit/b487aef))
10+
11+
Commits whose configured type defines a `title` without a `semver`
12+
(e.g. `docs: { title: '📖 Documentation' }`) now appear in the
13+
CHANGELOG, GitHub/GitLab release notes, and Slack/Twitter posts.
14+
Such types still do not trigger a version bump — only types with a
15+
`semver` field do. Set the type to `false` to exclude it from both
16+
the changelog and the bump.
17+
18+
### ❤️ Contributors
19+
20+
- LouisMazel ([@LouisMazel](https://github.com/LouisMazel))
21+
322
## v1.4.5 (2026-05-12)
423

524
[compare changes](https://github.com/LouisMazel/relizy/compare/v1.4.4...v1.4.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relizy",
33
"type": "module",
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"packageManager": "pnpm@10.33.0",
66
"description": "Changelogen adapter for monorepo management with unified and independent versioning",
77
"author": "Louis Mazel <me@loicmazuel.com>",

0 commit comments

Comments
 (0)