Skip to content

Commit 6862ab4

Browse files
release: prepare release v0.0.22 (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7ceecf8 commit 6862ab4

4 files changed

Lines changed: 46 additions & 3 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.22 - 2026-05-18
9+
10+
11+
12+
### 🎉 Features
13+
14+
- Custom hooks
15+
16+
17+
18+
### 🐛 Bug Fixes
19+
20+
- Lint errors
21+
22+
23+
824
## 0.0.21 - 2026-05-02
925

1026

1127

28+
### Other Changes
29+
30+
- Release v0.0.21
31+
32+
33+
1234
### 🐛 Bug Fixes
1335

1436
- Skip release checks when no release branch
@@ -202,6 +224,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202224
- *(repo)* Fix build
203225

204226

227+
[0.0.22]: https://github.com/compozy/releasepr/compare/v0.0.21...v0.0.22
205228
[0.0.21]: https://github.com/compozy/releasepr/compare/v0.0.20...v0.0.21
206229
[0.0.20]: https://github.com/compozy/releasepr/compare/v0.0.19...v0.0.20
207230
[0.0.19]: https://github.com/compozy/releasepr/compare/v0.0.18...v0.0.19

‎RELEASE_BODY.md‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## 0.0.21 - 2026-05-02
1+
## 0.0.22 - 2026-05-18
2+
3+
4+
5+
### 🎉 Features
6+
7+
- Custom hooks
28

39

410

511
### 🐛 Bug Fixes
612

7-
- Skip release checks when no release branch
13+
- Lint errors

‎RELEASE_NOTES.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.22 - 2026-05-18
2+
3+
4+
5+
### 🎉 Features
6+
7+
- Custom hooks
8+
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
- Lint errors
14+
115
## 0.0.21 - 2026-05-02
216

317

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "pr-release",
33
"private": true,
4-
"version": "0.0.21"
4+
"version": "0.0.22"
55
}

0 commit comments

Comments
 (0)