From 211c2d1635246b769ebdb8e80a22dd28be324619 Mon Sep 17 00:00:00 2001 From: mmorrison Date: Mon, 11 Nov 2019 03:05:27 -0600 Subject: [PATCH] 2.0.20 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d13be..8f961db 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,9 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc. Changelog --- +### 2.0.20 +* Fixed minecraft protocol never throwing exceptions + ### 2.0.19 * Added Days of War (2017) * Added The Forrest (2014) diff --git a/package.json b/package.json index 6778990..2b9915b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "main": "lib/index.js", "author": "Michael Morrison", - "version": "2.0.19", + "version": "2.0.20", "repository": { "type": "git", "url": "https://github.com/sonicsnes/node-gamedig.git"