Release 1.12.4

This commit is contained in:
Romain Beaumont 2020-06-21 18:59:08 +02:00
parent 89209cf779
commit 82824325da
No known key found for this signature in database
GPG key ID: DB60E388B3BCF286
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# History
## 1.12.4
* better hide errors
## 1.12.3
* handle SRV record failure better (useful for tcp shield)

View file

@ -127,6 +127,7 @@ server.on('login', function(client) {
## Documentation
See [doc](docs/API.md)
See [faq](docs/FAQ.md)
## Testing

View file

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