mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 1.14.0
This commit is contained in:
parent
4b5933291a
commit
0dede4a06b
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# History
|
# History
|
||||||
|
|
||||||
|
## 1.14.0
|
||||||
|
|
||||||
|
* electron support using aes-js (thanks @IdanHo)
|
||||||
|
* prevent ping hanging if server never replies
|
||||||
|
|
||||||
## 1.13.0
|
## 1.13.0
|
||||||
|
|
||||||
* minecraft 1.16 support
|
* minecraft 1.16 support
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-protocol",
|
"name": "minecraft-protocol",
|
||||||
"version": "1.13.0",
|
"version": "1.14.0",
|
||||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"types": "src/index.d.ts",
|
"types": "src/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue