mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
Release 0.16.3
This commit is contained in:
parent
b30522188e
commit
642aa2217a
@ -1,6 +1,12 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 0.16.3
|
||||||
|
|
||||||
|
* update protodef : fix bug in switch
|
||||||
|
* don't write after end and unpipe everything when ending
|
||||||
|
|
||||||
## 0.16.2
|
## 0.16.2
|
||||||
|
|
||||||
* update protodef version which fix a bug in writeOption
|
* update protodef version which fix a bug in writeOption
|
||||||
|
|
||||||
## 0.16.1
|
## 0.16.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.16.3-GH",
|
"version": "0.16.3",
|
||||||
"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