chore(release): v1.12.0

This commit is contained in:
2024-02-25 13:50:22 +02:00
parent 72ab0c848b
commit 3302d4928d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,8 +1,14 @@
# Changelog # Changelog
Generation of this changelog is based on commits Generation of this changelog is based on commits
## v1.12.0
### Miscellaneous
- [72ab0c848] - add license
- [afc4f76c4] - foramt the code with prettier
## v1.11.0 ## v1.11.0
### Features ### Features
- [30a7e0b28] - **commands**: add --sudo option to commit command (#16) - [30a7e0b28] - **commands**: add --sudo option to commit command (#16)
### Miscellaneous
- [444a95772] - **release**: v1.11.0
## v1.10.1 ## v1.10.1
### Fixes ### Fixes
- [782894dae] - **commands**: failure to cancel commit creation - [782894dae] - **commands**: failure to cancel commit creation

View File

@@ -142,7 +142,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.11.0"); .version("1.12.0");
program program
.command("commit") .command("commit")