chore(release): 1.0.0
## 1.0.0 (2021-11-04) ### Features * initial project ([683357f
](683357fec1
)) ### Bug Fixes * pino logger error ([f5d5667
](f5d5667be3
))
This commit is contained in:
parent
1eb9100a46
commit
6404e71e5b
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
## 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))
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@neonjs/framework",
|
||||
"version": "0.0.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord.JS Slash Commands based framework",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
|
Reference in a new issue