This commit is contained in:
benji7425 2017-10-02 01:00:16 +01:00
parent fd650dd981
commit 8c6462e1b7
2 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,24 @@
# Changelog
## v3.0.0-b5
### Added
- Significantly more debug logging
### Updated
- Refactored back-end code for stability
### Fixed
- Fixed a memory leak issue with prev beta
- Fixed "multiple instance" issue with previous beta
## v3.0.0-b4
### Updated
- Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token
## v3.0.0-b3

View File

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