Release 1.8.3

This commit is contained in:
Romain Beaumont 2018-12-15 18:48:21 +01:00
parent c6e55e80b9
commit 8bccc3cb75
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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",