chore(release): v1.13.0-rc.0
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
Generation of this changelog is based on commits
|
Generation of this changelog is based on commits
|
||||||
|
## v1.13.0-rc.0
|
||||||
|
### Miscellaneous
|
||||||
|
- [778175a2f] - split commands into files (#18)
|
||||||
## v1.12.4
|
## v1.12.4
|
||||||
### Fixes
|
### Fixes
|
||||||
- [539168195] - incorrect commander dependency type
|
- [539168195] - incorrect commander dependency type
|
||||||
|
### Miscellaneous
|
||||||
|
- [6e63867ca] - **release**: v1.12.4
|
||||||
## v1.12.3
|
## v1.12.3
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
- [673b02052] - **release**: v1.12.3
|
- [673b02052] - **release**: v1.12.3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@resultium/rcz",
|
"name": "@resultium/rcz",
|
||||||
"version": "1.12.4",
|
"version": "1.13.0-rc.0",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"description": "Resultium commit standardization library, inspired by conventional commits",
|
"description": "Resultium commit standardization library, inspired by conventional commits",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import { join } from "path";
|
|||||||
program
|
program
|
||||||
.name("rcz")
|
.name("rcz")
|
||||||
.description("Resultium commit standardization command-line interface")
|
.description("Resultium commit standardization command-line interface")
|
||||||
.version("1.12.4");
|
.version("1.13.0-rc.0");
|
||||||
|
|
||||||
const commandFiles = await readdir(join(__dirname, "commands"));
|
const commandFiles = await readdir(join(__dirname, "commands"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user