4.0.5 release

This commit is contained in:
Nick Krecklow 2020-04-01 22:38:46 -05:00
parent 9f5827f06c
commit 0202003aa7
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 5 additions and 2 deletions

@ -1,3 +1,6 @@
**4.0.5** *(Apr 1 2020)*
- The frontend will now auto calculate the "24h Peak" label using your configured graphDuration in config.json
**4.0.3** *(Apr 1 2020)*
- Updated jquery dependency, 2.1.4->3.4.1
- Updated socket.io dependency, 1.3.7->2.3.0 (fixes several socket.io low risk vulns)

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "4.0.3",
"version": "4.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "4.0.3",
"version": "4.0.5",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "app.js",
"dependencies": {