mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.11.0
This commit is contained in:
parent
c7c4365f38
commit
7df40739dc
2 changed files with 6 additions and 1 deletions
|
@ -273,6 +273,11 @@ NODE_DEBUG="minecraft-protocol" node [...]
|
|||
|
||||
## History
|
||||
|
||||
### 0.11.0
|
||||
|
||||
* support minecraft protocol 1.6.1 / protocol version 73 (thanks [Matt Bell](https://github.com/mappum))
|
||||
* *note:* chat packets have a new format (see [the examples](https://github.com/superjoe30/node-minecraft-protocol/tree/master/examples) for how to upgrade).
|
||||
|
||||
### 0.10.1
|
||||
|
||||
* support minecraft protocol 1.5.2 / protocol version 61
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue