Release 1.12.3

This commit is contained in:
Romain Beaumont 2020-06-21 18:26:47 +02:00
parent d20c1a618b
commit 8e4978f379
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.3
* handle SRV record failure better (useful for tcp shield)
## 1.12.2
* make SRV record correctly propagate host to serverHost field (fix for tcp shield)

View file

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