mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-03 16:09:55 -04:00
Release 0.9.0
This commit is contained in:
parent
d236604e24
commit
7a5bcf02d8
@ -256,6 +256,10 @@ correct data type.
|
|||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
### 0.9.0
|
||||||
|
|
||||||
|
* 0xce: create changed from bool to byte (thanks Robin Lambertz)
|
||||||
|
|
||||||
### 0.8.1
|
### 0.8.1
|
||||||
|
|
||||||
* fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo)
|
* fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.8.1",
|
"version": "0.9.0",
|
||||||
"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