mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-15 03:14:56 -05:00
Release 1.8.3
This commit is contained in:
parent
c6e55e80b9
commit
8bccc3cb75
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# History
|
# 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
|
## 1.8.2
|
||||||
|
|
||||||
* fix tcp_dns.js checking for SRV lookup
|
* fix tcp_dns.js checking for SRV lookup
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"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",
|
||||||
"types": "src/index.d.ts",
|
"types": "src/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue