mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Release 1.5.3
This commit is contained in:
parent
571d0e0c25
commit
b8d38918c4
@ -1,5 +1,10 @@
|
|||||||
# History
|
# 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
|
## 1.5.2
|
||||||
|
|
||||||
* fix issue with auth.js
|
* fix issue with auth.js
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user