diff --git a/package.json b/package.json index 9785910..550a8bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resultium/rcz", - "version": "1.3.0", + "version": "1.4.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 6c7a34c..18c9913 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.3.0"); + .version("1.4.0"); program .command("commit")