diff --git a/HISTORY.md b/HISTORY.md index 21615f2..6b9cbbc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.6.0 + +* added session data to session event +* add hideError option + ## 1.5.3 * make decompression more reliable : print an error if a server send a wrong packet instead of crashing diff --git a/package.json b/package.json index a1d8982..9f1c3e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.5.3", + "version": "1.6.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {