chore(release): v1.12.1

This commit is contained in:
2024-02-25 22:29:21 +02:00
parent 7264816e01
commit 5b65b44217
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.1
### Miscellaneous
- [7264816e0] - change installation instructions
## v1.12.0
### Miscellaneous
- [2a5dba1aa] - **release**: v1.12.0
- [72ab0c848] - add license
- [afc4f76c4] - foramt the code with prettier
## v1.11.0

View File

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

View File

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