This commit is contained in:
benji7425 2018-01-23 00:36:11 +00:00
parent 309286b528
commit 7a60083945
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
# Changelog # Changelog
## v3.4.0-b1
### Added
- Added automatic daily restart
### Updated
- Disabled a few unused websocket events
## v3.3.0 ## v3.3.0
### Updated ### Updated
- Updated RSS parser to now use [rss-parser](https://www.npmjs.com/package/rss-parser) module to increase compatibility with feeds - Updated RSS parser to now use [rss-parser](https://www.npmjs.com/package/rss-parser) module to increase compatibility with feeds

View File

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