mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-18 17:20:25 -04: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
|
## 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
|
### 0.10.1
|
||||||
|
|
||||||
* support minecraft protocol 1.5.2 / protocol version 61
|
* support minecraft protocol 1.5.2 / protocol version 61
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.10.1",
|
"version": "0.11.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…
Add table
Add a link
Reference in a new issue