Release 0.6.4

This commit is contained in:
Andrew Kelley 2013-01-26 15:35:52 -05:00
parent f8b2a48d62
commit 0eb72c2046
2 changed files with 19 additions and 1 deletions

View file

@ -228,3 +228,21 @@ correct data type.
85 tests complete
```
## History
### 0.6.4
* Allow minecraft username instead of mojang email. (thanks roblabla)
### 0.6.3
* y values when only 1 byte are always unsigned
### 0.6.2
* 0x0e: change face to unsigned byte
### 0.6.1
* 0x0d: fix incorrectly swapped stance and y

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "0.6.3",
"version": "0.6.4",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "index.js",
"repository": {