mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.8.1
This commit is contained in:
parent
7ec4cfc2bf
commit
ba768dbdee
2 changed files with 7 additions and 1 deletions
|
@ -256,6 +256,12 @@ correct data type.
|
|||
|
||||
## History
|
||||
|
||||
### 0.8.1
|
||||
|
||||
* fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo)
|
||||
* fix C2 calculation bug (fixed #35) (thanks Xabier de Zuazo)
|
||||
* fix oob Buffer at readEntityMetadata (fixed #40) (thanks Xabier de Zuazo)
|
||||
|
||||
### 0.8.0
|
||||
|
||||
* fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue