From b8d38918c4201ba3892ed6e7e16552210dda0518 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 20 May 2018 02:52:20 +0200 Subject: [PATCH] Release 1.5.3 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d7b56df..21615f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.5.3 + +* make decompression more reliable : print an error if a server send a wrong packet instead of crashing +* change codestyle to standard + ## 1.5.2 * fix issue with auth.js diff --git a/package.json b/package.json index f68ab20..a1d8982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.5.2", + "version": "1.5.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {