From 2a5dba1aa463cceb2c917d456ee38eac4a255cad Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Sun, 25 Feb 2024 13:50:22 +0200 Subject: [PATCH] chore(release): v1.12.0 --- CHANGELOG.md | 6 ++++++ src/index.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07385fb..9ebc810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog Generation of this changelog is based on commits +## v1.12.0 +### Miscellaneous +- [72ab0c848] - add license +- [afc4f76c4] - foramt the code with prettier ## v1.11.0 ### Features - [30a7e0b28] - **commands**: add --sudo option to commit command (#16) +### Miscellaneous +- [444a95772] - **release**: v1.11.0 ## v1.10.1 ### Fixes - [782894dae] - **commands**: failure to cancel commit creation diff --git a/src/index.ts b/src/index.ts index 67e3d07..52c9ee2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -142,7 +142,7 @@ const program = new Command(); program .name("rcz") .description("Resultium commit standardization command-line interface") - .version("1.11.0"); + .version("1.12.0"); program .command("commit")