Release 1.6.0

This commit is contained in:
Romain Beaumont 2018-08-03 21:13:17 +02:00
parent 9cb5810597
commit 81b94f95ca
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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": {