ci: fix semantic-release versioning
This commit is contained in:
parent
6792098e31
commit
ada43d209f
2 changed files with 7 additions and 14 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,16 +1,3 @@
|
||||||
## 1.0.0 (2021-11-04)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* initial project ([683357f](https://code.relms.dev/NeonJS/framework/commit/683357fec1ad39d8376f56d8380e21c17db038ee))
|
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
* pino logger error ([f5d5667](https://code.relms.dev/NeonJS/framework/commit/f5d5667be36ca3c16f8d9bc93915f9996e3c4f5b))
|
|
||||||
* pino pretty print deprication ([540f228](https://code.relms.dev/NeonJS/framework/commit/540f2288278fa4592bbd0176a2d23873a975f250))
|
|
||||||
|
|
||||||
## 1.0.3 (2021-11-04)
|
## 1.0.3 (2021-11-04)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -20,3 +7,9 @@
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* pino logger error ([f5d5667](https://code.relms.dev/NeonJS/framework/commit/f5d5667be36ca3c16f8d9bc93915f9996e3c4f5b))
|
* pino logger error ([f5d5667](https://code.relms.dev/NeonJS/framework/commit/f5d5667be36ca3c16f8d9bc93915f9996e3c4f5b))
|
||||||
|
|
||||||
|
## 1.0.2 (2021-11-04)
|
||||||
|
|
||||||
|
## 1.0.1 (2021-11-04)
|
||||||
|
|
||||||
|
## 1.0.0 (2021-11-04)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@neonjs/framework",
|
"name": "@neonjs/framework",
|
||||||
"version": "1.0.0",
|
"version": "1.0.3",
|
||||||
"description": "Discord.JS Slash Commands based framework",
|
"description": "Discord.JS Slash Commands based framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Reference in a new issue