diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2b876..b23be40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.12.0](https://github.com/Dwakof/ebot/compare/v0.11.2...v0.12.0) (2021-11-12) + + +### Features + +* Rename SlashCommand into ApplicationCommand and support other types of ApplicationCommand ([ee4f74f](https://github.com/Dwakof/ebot/commit/ee4f74f2abeb43f6c00291bbf14a62bc67de5194)) + ## [0.11.2](https://github.com/Dwakof/ebot/compare/v0.11.1...v0.11.2) (2021-11-12) diff --git a/package-lock.json b/package-lock.json index b39e6e1..fb64aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ebot", - "version": "0.11.2", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ebot", - "version": "0.11.2", + "version": "0.12.0", "license": "AGPL-3.0", "dependencies": { "@discordjs/builders": "0.8.2", diff --git a/package.json b/package.json index 2b52e4b..b3a463e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ebot", - "version": "0.11.2", + "version": "0.12.0", "description": "Ebot aka Ecto Botanical Otherworldly Traitorbot", "homepage": "https://github.com/Dwakof/ebot#readme", "bugs": {