From dd4ca1f1cc428651f0b0aa14e4393e16e8f5dc75 Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Sun, 25 Feb 2024 22:29:21 +0200 Subject: [PATCH] chore(release): v1.12.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebc810..1856fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f948d46..9432a00 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 52c9ee2..380b082 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.12.0"); + .version("1.12.1"); program .command("commit")