chore(release): v1.9.0
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
# Changelog
|
||||
Generation of this changelog is based on commits
|
||||
## v1.9.0
|
||||
### Features
|
||||
- [4c60f62e7] - **config**: add post-release event file
|
||||
## v1.8.0
|
||||
### Features
|
||||
- [1e8bfd04d] - **commands**: add option to change unreleased change title
|
||||
### Fixes
|
||||
- [8e460614f] - **commands**: have unreleased section for changelog
|
||||
### Miscellaneous
|
||||
- [357036d02] - **release**: v1.8.0
|
||||
## v1.7.0
|
||||
### Features
|
||||
- [f4a7a0d2b] - **commands**: add release script customizability (#12)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@resultium/rcz",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"description": "Resultium commit standardization library, based on conventional commits",
|
||||
"main": "./dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -45,7 +45,7 @@ const program = new Command();
|
||||
program
|
||||
.name("rcz")
|
||||
.description("Resultium commit standardization command-line interface")
|
||||
.version("1.8.0");
|
||||
.version("1.9.0");
|
||||
|
||||
program
|
||||
.command("commit")
|
||||
|
||||
Reference in New Issue
Block a user