From d3ea67a184a6f873fabee3eae510f7f0aaf215fa Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 25 Oct 2020 15:19:07 +0000 Subject: [PATCH] Release 1.19.0 --- docs/HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 998a2d9..bb50233 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.19.0 + +* make auto version more robust by giving up after 5s if no answer to ping is given but the version is returned + ## 1.18.0 * client.end with full reason (thanks @redcarti) diff --git a/package.json b/package.json index b6818ea..46710f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.18.0", + "version": "1.19.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",