From a308eb35fb60faaaf396ab94decfb58353b04930 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Wed, 13 May 2020 16:41:05 -0500 Subject: [PATCH] 5.4.2 release --- 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 1bf96f4..19b5be5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,6 @@ +**5.4.2** *(May 13 2020)* +- Fixes a typo causing `_minecraft._tcp.*` SRV records to not resolve. + **5.4.1** *(May 10 2020)* - Adds warnings when the system is pinging more frequently than it is getting replies. - Replaces the legacy mc-ping-updated dependency with a new library, mcping-js. This fixes some bugs that could cause "zombie" connections and cause stuttering in the ping loops. diff --git a/package-lock.json b/package-lock.json index 6d19366..cef3b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.4.1", + "version": "5.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 633cb96..42ecbd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minetrack", - "version": "5.4.1", + "version": "5.4.2", "description": "A Minecraft server tracker that lets you focus on the basics.", "main": "main.js", "dependencies": {