diff --git a/CHANGELOG.md b/CHANGELOG.md index a4bf62f..100c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog +## v3.5.0-b3 +### Added +- 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 diff --git a/package.json b/package.json index 2c7f52e..a86e091 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "version": "3.5.0-b2", + "version": "3.5.0-b3", "main": "app/index.js", "scripts": { "postinstall": "cd ./discord-bot-core && npm install", - "start": "node discord-bot-core/monitor.js ./app/index.js --name=rss-feed" + "start": "node ./app/index.js --name=rss-feed" }, "dependencies": { "@types/node": "9.3.0",