chore(release): v1.12.4

This commit is contained in:
2024-03-05 00:14:01 +02:00
parent 539168195e
commit 6e63867ca6
3 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
# Changelog
Generation of this changelog is based on commits
## v1.12.4
### Fixes
- [539168195] - incorrect commander dependency type
## v1.12.3
### Miscellaneous
- [673b02052] - **release**: v1.12.3
- [5e6900e70] - downgrade commander to v10
## v1.12.2
### Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@resultium/rcz",
"version": "1.12.3",
"version": "1.12.4",
"license": "GPL-3.0-or-later",
"description": "Resultium commit standardization library, inspired by conventional commits",
"main": "./dist/index.js",

View File

@@ -157,7 +157,7 @@ const program = new Command();
program
.name("rcz")
.description("Resultium commit standardization command-line interface")
.version("1.12.3");
.version("1.12.4");
program
.command("commit")