mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-10-01 07:00:34 -04:00
Release 1.5.0
This commit is contained in:
parent
07a5c67b7b
commit
eef401c1c8
@ -1,5 +1,10 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 1.5.0
|
||||||
|
|
||||||
|
* support 17w50a (first 1.13 snapshot supported)
|
||||||
|
* full packet parser for better parsing errors
|
||||||
|
|
||||||
## 1.4.1
|
## 1.4.1
|
||||||
|
|
||||||
* lock yggdrasil until issue with 1.1.0 is fixed
|
* lock yggdrasil until issue with 1.1.0 is fixed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user