We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6991d commit f8fccaaCopy full SHA for f8fccaa
CHANGELOG.md
@@ -8,12 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
### 🐛 Bug Fixes
10
11
-- *(repo)* Improve logging and env vars
+- *(repo)* Package json generating
12
+- *(repo)* Root command
13
-### 🔧 CI/CD
14
-
15
-- *(repo)* Remove NPM publish from release action
16
17
-[unreleased]: https://github.com///compare/v0.0.10...HEAD
+[unreleased]: https://github.com///compare/v0.0.11...HEAD
18
---
19
*Generated by [git-cliff](https://git-cliff.org)*
package.json
@@ -1,5 +1,5 @@
1
{
2
"name": "pr-release",
3
- "version": "0.0.11",
4
- "private": true
5
-}
+ "private": true,
+ "version": "0.0.12"
+}
0 commit comments