This commit is contained in:
benji7425 2018-01-27 18:07:41 +00:00
parent d678f9db38
commit 4b815523f3
2 changed files with 3 additions and 11 deletions

View file

@ -1,23 +1,15 @@
# Changelog # Changelog
## v3.5.0-b3 ## v3.5.0
### Added ### Added
- MongoDB support
- Reset command to clear all data for a guild - Reset command to clear all data for a guild
### Updated ### Updated
- Updated MongoDB version to increase compatibility
- Removed automatic daily restart (I think it shouldn't be needed now that MongoDB support is working) - Removed automatic daily restart (I think it shouldn't be needed now that MongoDB support is working)
### Fixed ### Fixed
- Guild data being deleted on a Discord outage - Guild data being deleted on a Discord outage
## v3.5.0-b2
### Fixed
- Fixed a couple of script errors
## v3.5.0-b1
### Added
- MongoDB support
## v3.4.0 ## v3.4.0
### Added ### Added
- Added automatic daily restart - Added automatic daily restart

View file

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