Release 1.8.2

This commit is contained in:
Romain Beaumont 2018-10-07 20:05:58 +02:00
parent bbaf3f05ff
commit d874b990cf
No known key found for this signature in database
GPG Key ID: DB60E388B3BCF286
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# History
## 1.8.2
* fix tcp_dns.js checking for SRV lookup
## 1.8.1
* update mcdata : fix loadpath bug for 1.13.1

View File

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.8.1",
"version": "1.8.2",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",