Release 1.14.0

This commit is contained in:
Romain Beaumont 2020-08-02 22:30:42 +00:00
parent 4b5933291a
commit 0dede4a06b
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# History
## 1.14.0
* electron support using aes-js (thanks @IdanHo)
* prevent ping hanging if server never replies
## 1.13.0
* minecraft 1.16 support

View file

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