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 # Changelog
## v3.2.1
### Fixed
- Fixed memory leak due to unconfigured discord.js caching
## v3.2.0 ## v3.2.0
### Updated ### Updated
- Updated data storage to use a NeDB database rather than a json file - 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", "main": "app/index.js",
"scripts": { "scripts": {
"postinstall": "cd ./discord-bot-core && npm install", "postinstall": "cd ./discord-bot-core && npm install",