Release v1.3.0 #5

Merged
CTO merged 5 commits from develop into main 2023-08-21 15:14:27 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f3c55fac30 - Show all commits

View File

@@ -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": {

View File

@@ -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")