From 0389c0ca6afa87cf9000682828ce05b82d2f36e3 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Sat, 13 Jun 2020 00:59:27 -0500 Subject: [PATCH] 5.5.3 release preview --- docs/CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cb7ed97..860fb91 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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)* - 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. diff --git a/package-lock.json b/package-lock.json index 08500fb..c6c32b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.2", + "version": "5.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f89f08c..6cb0ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.2", + "version": "5.5.3", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {