diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a3db297..7ec8e4c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,8 @@ +**5.5.1** *(June 8 2020)* +- New tooltip hover design on the historical graph. It will highlight the server closest to your cursor. +- Historical graph is now limited to 10,000 increments on the Y axis. This prevents servers with over 100,000 players forcing the graph into 100,000 increments. +- Replaces manual string concats with template literals. + **5.5.0** *(May 20 2020)* **IMPORTANT** diff --git a/package-lock.json b/package-lock.json index 93a463a..9d3a0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.0", + "version": "5.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a0dabb..6f42cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.0", + "version": "5.5.1", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {