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