mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -04:00
Release 0.7.7
This commit is contained in:
parent
93068b935d
commit
8daacd3b08
@ -246,6 +246,10 @@ correct data type.
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.7.7
|
||||||
|
|
||||||
|
* server: fix crash when client disconnects quickly
|
||||||
|
|
||||||
### 0.7.6
|
### 0.7.6
|
||||||
|
|
||||||
* onlineModeExceptions are all lowercase now. fixes security hole.
|
* onlineModeExceptions are all lowercase now. fixes security hole.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.7.6",
|
"version": "0.7.7",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user