5.5.1 release preview

This commit is contained in:
Nick Krecklow 2020-06-08 16:33:34 -05:00
parent d48c5afc9b
commit bfd5686613
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 7 additions and 2 deletions

@ -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**

2
package-lock.json generated

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

@ -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": {