diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b67469..6206cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v3.0.0-b3 + +### Updated + +- Updated error handling for Discord API errors +- Updated bootstrapping and command handling to use shared subrepo + +### Fixed + +- *Actually* fixed full/short youtube urls not being properly converted + ## v3.0.0-b2 ### Fixed diff --git a/package.json b/package.json index 47fcf3c..1f955e6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-b2", + "version": "3.0.0-b3", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install",