Merge pull request #187 from Cryptkeeper/release-553

5.5.3 release preview
This commit is contained in:
Nick Krecklow 2020-06-14 14:03:07 -05:00 committed by GitHub
commit 4bbf6fd62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

@ -1,3 +1,7 @@
**5.5.3** *(June 13 2020)*
- Fixed issue with graph scales being wrongly set which could cause Y axis labels to not appear.
- Updated uPlot dependency 1.0.8 -> 1.0.11.
**5.5.2** *(June 12 2020)* **5.5.2** *(June 12 2020)*
- Fixed ping errors causing server graphs (or the historical graph) to sometimes disappear. - Fixed ping errors causing server graphs (or the historical graph) to sometimes disappear.
- Fixed ping errors causing server graphs to reset their Y scale minimum to 0. - Fixed ping errors causing server graphs to reset their Y scale minimum to 0.

2
package-lock.json generated

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

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