chore(release): v1.6.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
||||
|
||||
Generation of this changelog is based on commits
|
||||
|
||||
## v1.6.0
|
||||
|
||||
### Features
|
||||
|
||||
- [a5626dbc5] - improve default 'stage all changes' behavior
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- [4c892e8b1] - **changelog**: generate for v1.5.2
|
||||
|
||||
## v1.5.2
|
||||
|
||||
### Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@resultium/rcz",
|
||||
"version": "1.5.2",
|
||||
"version": "1.6.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.5.0");
|
||||
.version("1.6.0");
|
||||
|
||||
program
|
||||
.command("commit")
|
||||
|
||||
Reference in New Issue
Block a user