Skip to content

Commit de4adc1

Browse files
ci(release): prepare release v0.0.15 (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 94341dd commit de4adc1

File tree

2 files changed

+78
-3
lines changed

2 files changed

+78
-3
lines changed

CHANGELOG.md

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,85 @@ 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
## Unreleased
88

9+
### 🐛 Bug Fixes
10+
11+
- *(repo)* Changelog generation
12+
13+
## 0.0.14 - 2025-10-11
14+
915
### ♻️ Refactoring
1016

1117
- *(repo)* Improve performance
1218

13-
[unreleased]: https://github.com///compare/v0.0.13...HEAD
19+
### 🔧 CI/CD
20+
21+
- *(release)* Prepare release v0.0.14 (#5)
22+
23+
## 0.0.13 - 2025-10-11
24+
25+
### ♻️ Refactoring
26+
27+
- *(repo)* General improvements
28+
29+
### 🔧 CI/CD
30+
31+
- *(release)* Prepare release v0.0.13 (#4)
32+
33+
## 0.0.12 - 2025-10-11
34+
35+
### ♻️ Refactoring
36+
37+
- *(repo)* Improve log format
38+
39+
### 🐛 Bug Fixes
40+
41+
- *(repo)* Package json generating
42+
- *(repo)* Root command
43+
44+
### 🔧 CI/CD
45+
46+
- *(release)* Prepare release v0.0.12 (#3)
47+
48+
## 0.0.11 - 2025-10-11
49+
50+
### 🐛 Bug Fixes
51+
52+
- *(repo)* Improve logging and env vars
53+
54+
### 🔧 CI/CD
55+
56+
- *(release)* Prepare release v0.0.11 (#2)
57+
- *(repo)* Remove NPM publish from release action
58+
59+
## 0.0.10 - 2025-09-27
60+
61+
### 🎉 Features
62+
63+
- *(repo)* Initial commit
64+
- *(repo)* Make flexible
65+
66+
### 🐛 Bug Fixes
67+
68+
- *(repo)* Add bun
69+
70+
### 📦 Build System
71+
72+
- *(repo)* Fix lint errors
73+
- *(repo)* Fix CI errors
74+
- *(repo)* Add goreleaser config
75+
- *(repo)* Bun install fix
76+
77+
### 🔧 CI/CD
78+
79+
- *(release)* Prepare release v0.0.10 (#1)
80+
- *(repo)* Fix bun action
81+
- *(repo)* Fix build
82+
83+
[unreleased]: https://github.com///compare/v0.0.14...HEAD
84+
[0.0.14]: https://github.com///compare/v0.0.13...v0.0.14
85+
[0.0.13]: https://github.com///compare/v0.0.12...v0.0.13
86+
[0.0.12]: https://github.com///compare/v0.0.11...v0.0.12
87+
[0.0.11]: https://github.com///compare/v0.0.10...v0.0.11
88+
[0.0.10]: https://github.com///releases/tag/v0.0.10
1489
---
15-
*Generated by [git-cliff](https://git-cliff.org)*
90+
*Generated by [git-cliff](https://git-cliff.org)*

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.14"
4+
"version": "0.0.15"
55
}

0 commit comments

Comments
 (0)