This commit is contained in:
benji7425 2017-12-11 01:11:47 +00:00
parent d97468ebd2
commit 5f7fb483da
2 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
# Changelog
## v3.2.0-b3
### Fixed
- Fixed some race condtions with the 3.2 update
## v3.2.0-b2
### Fixed
- Fixed upgrader script not including channel ID in new database
## v3.2.0-b1
## v3.2.0
### Updated
- Updated data storage to use a NeDB database rather than a json file
- Updated feed checking interval to check one guild every 10 seconds (this may slow down the time it takes to post, but will improve performance)

View File

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