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

View File

@ -1,23 +1,15 @@
# Changelog
## v3.5.0-b3
## v3.5.0
### Added
- MongoDB support
- Reset command to clear all data for a guild
### Updated
- Updated MongoDB version to increase compatibility
- Removed automatic daily restart (I think it shouldn't be needed now that MongoDB support is working)
### Fixed
- 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
### Added
- Added automatic daily restart

View File

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