Release 1.5.3

This commit is contained in:
Romain Beaumont 2018-05-20 02:52:20 +02:00
parent 571d0e0c25
commit b8d38918c4
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.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

View File

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