From f3c55fac309b8fda08ad3153676f538f4ba90fe8 Mon Sep 17 00:00:00 2001 From: Olivers Vitins Date: Mon, 21 Aug 2023 18:11:10 +0300 Subject: [PATCH] chore(release): v1.3.0 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aef811b..9785910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resultium/rcz", - "version": "1.2.0", + "version": "1.3.0", "description": "Resultium commit standardization library, based on conventional commits", "main": "./dist/index.js", "bin": { diff --git a/src/index.ts b/src/index.ts index c85c2d9..ba17731 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ const program = new Command(); program .name("rcz") .description("Resultium commit standardization command-line interface") - .version("1.0.0"); + .version("1.3.0"); program .command("commit")