Archived
0
0
Fork 0

Compare commits

..

No commits in common. "v1.0.4" and "v1.0.3" have entirely different histories.

2 changed files with 14 additions and 8 deletions

View file

@ -1,17 +1,23 @@
### [1.0.4](https://code.relms.dev/NeonJS/framework/compare/v1.0.3...v1.0.4) (2021-11-04)
## 1.0.0 (2021-11-04)
### Bug Fixes
* bump version ([57655ea](https://code.relms.dev/NeonJS/framework/commit/57655ea0eb52b212d45bbc83601776505983cbf0))
## 1.0.3 (2021-11-04)
### Features
* downgraded pino due to weird errors ([b3d8338](https://code.relms.dev/NeonJS/framework/commit/b3d8338b9e979559247593c5dbcf569b2522be1b))
* 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.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))

View file

@ -1,6 +1,6 @@
{
"name": "@neonjs/framework",
"version": "1.0.4",
"version": "1.0.0",
"description": "Discord.JS Slash Commands based framework",
"license": "MIT",
"main": "dist/index.js",