release 5.2.1

This commit is contained in:
Nick Krecklow 2020-05-01 15:29:11 -05:00
parent a335591d62
commit 2ee9c8b919
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 5 additions and 2 deletions

@ -1,3 +1,6 @@
**5.2.1** *(May 1 2020)*
- The historical graph will now auto scale its yaxis steps.
**5.2.0** *(Apr 29 2020)*
- Updated protocol to use serverIds instead of string names. This will reduce wasted bandwidth when pushing updates.
- Removed "updatePeak", "peaks" and "updateHistoryGraph" socket events. Their behavior has been optimized and merged into "update".

2
package-lock.json generated

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

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