From e194c345c25beb4ee1e608acc144c12c3a13719f Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Tue, 7 Jul 2020 21:53:36 -0500 Subject: [PATCH] 5.5.7 --- docs/CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 643fe99..e4ae570 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,6 @@ +**5.5.7** *(July 7 2020)* +- Fixes an issue in which the light theme CSS may not be applied by default. + **5.5.6** *(June 24 2020)* - Adds Minecraft versions 1.16 and 1.16.1 to `minecraft_versions.json` - Fixes the historical graph not updating. diff --git a/package-lock.json b/package-lock.json index e6bcfd9..49e26f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.6", + "version": "5.5.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 611ebd2..91c3e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.5.6", + "version": "5.5.7", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {