mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-01 15:10:24 -04:00
Release 0.9.0
This commit is contained in:
parent
d236604e24
commit
7a5bcf02d8
@ -256,6 +256,10 @@ correct data type.
|
||||
|
||||
## History
|
||||
|
||||
### 0.9.0
|
||||
|
||||
* 0xce: create changed from bool to byte (thanks Robin Lambertz)
|
||||
|
||||
### 0.8.1
|
||||
|
||||
* fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user