mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-10 21:30:24 -04:00
Release 0.6.7
This commit is contained in:
parent
5f4f8c529d
commit
29dea42ea7
2 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue