From 0f7c59a8c1b3ece8fbcaa75a74f39fb2145f7fc4 Mon Sep 17 00:00:00 2001 From: DroneCI Date: Thu, 4 Nov 2021 20:32:52 +0000 Subject: [PATCH] chore(release): 1.0.4 ### [1.0.4](https://code.relms.dev/NeonJS/framework/compare/v1.0.3...v1.0.4) (2021-11-04) ### Bug Fixes * bump version ([57655ea](https://code.relms.dev/NeonJS/framework/commit/57655ea0eb52b212d45bbc83601776505983cbf0)) [CI SKIP] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ca3b1..f0dffc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.4](https://code.relms.dev/NeonJS/framework/compare/v1.0.3...v1.0.4) (2021-11-04) + + +### Bug Fixes + +* bump version ([57655ea](https://code.relms.dev/NeonJS/framework/commit/57655ea0eb52b212d45bbc83601776505983cbf0)) + ## 1.0.3 (2021-11-04) ### Features diff --git a/package.json b/package.json index b068280..eb0ab4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neonjs/framework", - "version": "1.0.3", + "version": "1.0.4", "description": "Discord.JS Slash Commands based framework", "license": "MIT", "main": "dist/index.js",