This commit is contained in:
benji7425 2018-01-14 20:18:29 +00:00
parent 027d320e34
commit 1566223be2
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# Changelog
## v3.3.0
### Updated
- Updated RSS parser to now use [rss-parser](https://www.npmjs.com/package/rss-parser) module to increase compatibility with feeds
- Updated RSS entry caching to exclude 'www.' prefix to avoid certain mis-caches
## v3.2.2
### Fixed
- Fixed a couple of edge case errors

View File

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