diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bd401ad8..347473b2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,6 @@ +**5.1.2** *(Apr 22 2020)* +- Fixes the historical graph overflowing the maximum graphDuration value. + **5.1.1** *(Apr 21 2020)* - Fixes records being overwritten after boot. This bug did not corrupt saves and is only a visual error. diff --git a/package-lock.json b/package-lock.json index 9a497ae5..08f317a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.1.0", + "version": "5.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b58efc80..9bdb3cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.1.1", + "version": "5.1.2", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {