From eac4f3d8ac4d38f4b17a7fe13db41f0f09b212dc Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 25 Sep 2018 23:43:56 +0200 Subject: [PATCH] Release 1.8.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4ead25c..8823148 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.8.1 + +* update mcdata : fix loadpath bug for 1.13.1 + ## 1.8.0 * 1.13.1 support diff --git a/package.json b/package.json index 522859e..26d6c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.8.0", + "version": "1.8.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",