This commit is contained in:
benji7425 2017-10-02 01:00:16 +01:00
parent 3e268d2231
commit 53fc953caa
2 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,24 @@
# Changelog # 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 ## v3.0.0-b4
### Updated
- Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token - Removed "command not recognised" response, it caused 'fake' errors if multiple bots being run off the same token
## v3.0.0-b3 ## v3.0.0-b3

View File

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