mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-03-28 21:20:23 -04:00
Release 1.12.3
This commit is contained in:
parent
d20c1a618b
commit
8e4978f379
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue