Release 0.6.7

This commit is contained in:
Andrew Kelley 2013-01-29 12:52:07 -05:00
parent 5f4f8c529d
commit 29dea42ea7
2 changed files with 8 additions and 1 deletions

View file

@ -230,6 +230,13 @@ correct data type.
## History
### 0.6.7
Emit 'error' event instead of crashing when other computers abuse the
minecraft protocol.
Big thanks to [Robin Lambertz](https://github.com/roblabla) for this release.
### 0.6.6
* ping: fix calling callback twice when server sends kick

View file

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