mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-17 08:40:24 -04: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
|
## 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
|
### 0.8.0
|
||||||
|
|
||||||
* fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo)
|
* fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue