chore: bump version [CI SKIP]
This commit is contained in:
parent
f3f2943f02
commit
f41bbdab25
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
## 1.0.2 (2021-11-04)
|
## 1.0.3 (2021-11-04)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"package.json",
|
"package.json",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md",
|
"README.md",
|
||||||
"CHANGELOG"
|
"CHANGELOG.md"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|
Reference in a new issue