mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Release 0.6.7
This commit is contained in:
parent
5f4f8c529d
commit
29dea42ea7
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user