mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 06:03:33 -04:00
0.16.0
This commit is contained in:
parent
f68bee7ed3
commit
6fe8abfc30
@ -1,6 +1,6 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
## 0.16.0 (unreleased)
|
## 0.16.0
|
||||||
|
|
||||||
* cross version support exposed : version option in createClient and createServer
|
* cross version support exposed : version option in createClient and createServer
|
||||||
* expose createSerializer and createDeserializer, createPacketBuffer and parsePacketData are now available in serializer/parser instances (BREAKING CHANGE)
|
* expose createSerializer and createDeserializer, createPacketBuffer and parsePacketData are now available in serializer/parser instances (BREAKING CHANGE)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "0.16.0-GH",
|
"version": "0.16.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…
x
Reference in New Issue
Block a user