mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 21:52:17 -04:00
Release 0.11.4
This commit is contained in:
parent
bdc703a3f0
commit
65fc158d97
@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
||||
|
||||
## History
|
||||
|
||||
### 0.11.4
|
||||
|
||||
* Chat packet string max length fix (thanks [Robin Lambertz](https://github.com/roblabla))
|
||||
|
||||
### 0.11.3
|
||||
|
||||
* packet 0x2c: packet writing fixed, UUID format simplified, tests updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.11.3",
|
||||
"version": "0.11.4",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user