Release 0.8.1

This commit is contained in:
Andrew Kelley 2013-04-07 15:08:51 -04:00
parent 7ec4cfc2bf
commit ba768dbdee
2 changed files with 7 additions and 1 deletions

View file

@ -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)

View file

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