This commit is contained in:
benji7425 2018-01-03 01:47:46 +00:00
parent 05da2d694e
commit 39ffcc3764
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
# Changelog
## v3.2.1
### Fixed
- Fixed memory leak due to unconfigured discord.js caching
## v3.2.0
### Updated
- Updated data storage to use a NeDB database rather than a json file

View file

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