mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.10.0
This commit is contained in:
parent
b98e1b25a0
commit
c6b9d2c1d0
2 changed files with 6 additions and 1 deletions
|
@ -264,6 +264,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||
|
||||
## History
|
||||
|
||||
### 0.10.0
|
||||
|
||||
* Added SRV record support when connecting to a server (thanks [Matt Stith](https://github.com/stith))
|
||||
* 0x66: `shift` renamed to `mode` and changed from bool to byte
|
||||
|
||||
### 0.9.0
|
||||
|
||||
* 0xce: create changed from bool to byte (thanks [Robin Lambertz](https://github.com/roblabla))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue