Skip to content

Commit e47f78e

Browse files
committed
chore: fix changelog
1 parent 726a786 commit e47f78e

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1+
## 0.0.4 (2026-05-16)
12

2-
3-
* Update release.yml (b3f2e5b)
4-
5-
## [0.0.3](https://github.com/json-derulo/angular-material-runtime-theme/compare/v0.0.1...vnull) (2026-05-15)
6-
7-
## [0.0.3](https://github.com/json-derulo/angular-material-runtime-theme/compare/v0.0.2...v0.0.3) (2026-05-15)
8-
9-
## [0.0.2](https://github.com/json-derulo/angular-material-runtime-theme/compare/v0.0.1...v0.0.2) (2026-05-15)
3+
No user visible changes.
104

115
## 0.0.1 (2026-05-15)
6+
7+
* Initial version

projects/lib/.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"releaseName": "Release v${version}"
2424
},
2525
"hooks": {
26-
"after:bump": ["pnpm --dir ../.. run build:lib"]
26+
"after:bump": ["pnpm --dir ../.. run build:lib"],
27+
"before:git:beforeRelease": ["git add ../../CHANGELOG.md"]
2728
},
2829
"plugins": {
2930
"@release-it/conventional-changelog": {

0 commit comments

Comments
 (0)