Skip to content

Commit 5ed01a4

Browse files
ci(release): prepare release v0.0.12
1 parent 79d4444 commit 5ed01a4

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ 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
9+
### ♻️ Refactoring
1010

11-
- *(repo)* Improve logging and env vars
11+
- *(repo)* Improve log format
1212

13-
### 🔧 CI/CD
13+
### 🐛 Bug Fixes
1414

15-
- *(repo)* Remove NPM publish from release action
15+
- *(repo)* Package json generating
16+
- *(repo)* Root command
1617

17-
[unreleased]: https://github.com///compare/v0.0.10...HEAD
18+
[unreleased]: https://github.com///compare/v0.0.11...HEAD
1819
---
1920
*Generated by [git-cliff](https://git-cliff.org)*

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "pr-release",
3-
"version": "0.0.11",
4-
"private": true
5-
}
3+
"private": true,
4+
"version": "0.0.12"
5+
}

0 commit comments

Comments
 (0)