Archived
0
0
Fork 0

chore: bump version [CI SKIP]

This commit is contained in:
Daryl Ronningen 2021-11-04 12:01:44 -07:00
parent f3f2943f02
commit f41bbdab25
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## 1.0.2 (2021-11-04) ## 1.0.3 (2021-11-04)
### Features ### Features

View file

@ -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",