mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 21:24:25 -04:00
Release 1.5.3
This commit is contained in:
parent
571d0e0c25
commit
b8d38918c4
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user