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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@neonjs/framework",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.3",
|
||||
"description": "Discord.JS Slash Commands based framework",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"package.json",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"CHANGELOG"
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
|
Reference in a new issue