mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-18 17:20:25 -04:00
Release 0.11.4
This commit is contained in:
parent
bdc703a3f0
commit
65fc158d97
2 changed files with 5 additions and 1 deletions
|
@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.11.4
|
||||||
|
|
||||||
|
* Chat packet string max length fix (thanks [Robin Lambertz](https://github.com/roblabla))
|
||||||
|
|
||||||
### 0.11.3
|
### 0.11.3
|
||||||
|
|
||||||
* packet 0x2c: packet writing fixed, UUID format simplified, tests updated
|
* packet 0x2c: packet writing fixed, UUID format simplified, tests updated
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"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…
Add table
Add a link
Reference in a new issue