Release 1.12.2

This commit is contained in:
Romain Beaumont 2020-06-16 01:49:03 +02:00
parent 0aa3253df7
commit fce9ae2661
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.12.2
* make SRV record correctly propagate host to serverHost field (fix for tcp shield)
## 1.12.1
* fix for some servers in tcpdns (thanks @FTOH)

View file

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