mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 1.12.4
This commit is contained in:
parent
89209cf779
commit
82824325da
3 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 1.12.4
|
||||
|
||||
* better hide errors
|
||||
|
||||
## 1.12.3
|
||||
|
||||
* handle SRV record failure better (useful for tcp shield)
|
||||
|
|
|
@ -127,6 +127,7 @@ server.on('login', function(client) {
|
|||
## Documentation
|
||||
|
||||
See [doc](docs/API.md)
|
||||
See [faq](docs/FAQ.md)
|
||||
|
||||
|
||||
## Testing
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue