Skip to content

Commit f8fccaa

Browse files
ci(release): prepare release v0.0.12
1 parent cd6991d commit f8fccaa

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### 🐛 Bug Fixes
1010

11-
- *(repo)* Improve logging and env vars
11+
- *(repo)* Package json generating
12+
- *(repo)* Root command
1213

13-
### 🔧 CI/CD
14-
15-
- *(repo)* Remove NPM publish from release action
16-
17-
[unreleased]: https://github.com///compare/v0.0.10...HEAD
14+
[unreleased]: https://github.com///compare/v0.0.11...HEAD
1815
---
1916
*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)