From eef401c1c879169fdcdcc82dac1d08bd3736686b Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 1 Jan 2018 23:05:19 +0100 Subject: [PATCH] Release 1.5.0 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7594bce..8c31f47 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.5.0 + +* support 17w50a (first 1.13 snapshot supported) +* full packet parser for better parsing errors + ## 1.4.1 * lock yggdrasil until issue with 1.1.0 is fixed diff --git a/package.json b/package.json index 50ec57b..84962d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.4.1", + "version": "1.5.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {