4.0.5 release
This commit is contained in:
parent
9f5827f06c
commit
0202003aa7
@ -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
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": {
|
||||
|
Loading…
Reference in New Issue
Block a user