This commit is contained in:
benji7425 2017-09-20 00:44:34 +01:00
parent 44d69cd12d
commit e02c3bbc8d
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Changelog # 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 ## v3.0.0-b2
### Fixed ### Fixed

View File

@ -1,5 +1,5 @@
{ {
"version": "3.0.0-b2", "version": "3.0.0-b3",
"main": "app/index.js", "main": "app/index.js",
"scripts": { "scripts": {
"postinstall": "cd ./discord-bot-core && npm install", "postinstall": "cd ./discord-bot-core && npm install",