chore(release): v1.12.3
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
Generation of this changelog is based on commits
|
Generation of this changelog is based on commits
|
||||||
|
## v1.12.3
|
||||||
|
### Miscellaneous
|
||||||
|
- [5e6900e70] - downgrade commander to v10
|
||||||
## v1.12.2
|
## v1.12.2
|
||||||
### Fixes
|
### Fixes
|
||||||
- [8cc93d55d] - use http module instead of fetch (#17)
|
- [8cc93d55d] - use http module instead of fetch (#17)
|
||||||
|
### Miscellaneous
|
||||||
|
- [68a0c0e35] - **release**: v1.12.2
|
||||||
## v1.12.1
|
## v1.12.1
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
- [dd4ca1f1c] - **release**: v1.12.1
|
- [dd4ca1f1c] - **release**: v1.12.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@resultium/rcz",
|
"name": "@resultium/rcz",
|
||||||
"version": "1.12.2",
|
"version": "1.12.3",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"description": "Resultium commit standardization library, inspired by conventional commits",
|
"description": "Resultium commit standardization library, inspired by conventional commits",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ const program = new Command();
|
|||||||
program
|
program
|
||||||
.name("rcz")
|
.name("rcz")
|
||||||
.description("Resultium commit standardization command-line interface")
|
.description("Resultium commit standardization command-line interface")
|
||||||
.version("1.12.2");
|
.version("1.12.3");
|
||||||
|
|
||||||
program
|
program
|
||||||
.command("commit")
|
.command("commit")
|
||||||
|
|||||||
Reference in New Issue
Block a user