chore(release): v1.13.1

This commit is contained in:
2024-05-04 21:56:07 +03:00
parent 87edf8cfad
commit 6df1021561
3 changed files with 9 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import { join } from "path";
program
.name("rcz")
.description("Resultium commit standardization command-line interface")
.version("1.13.0");
.version("1.13.1");
const commandFiles = await readdir(join(__dirname, "commands"));