mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-26 12:41:03 -04:00
Release 1.8.3
This commit is contained in:
parent
c6e55e80b9
commit
8bccc3cb75
@ -1,5 +1,11 @@
|
||||
# History
|
||||
|
||||
## 1.8.3
|
||||
|
||||
* 1.13.2 tested and supported
|
||||
* add skipValidation flag for authentication thanks @vlakreeh
|
||||
* fix compression.js (use Z_SYNC_FLUSH) thanks @lefela4
|
||||
|
||||
## 1.8.2
|
||||
|
||||
* fix tcp_dns.js checking for SRV lookup
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.8.2",
|
||||
"version": "1.8.3",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user