diff --git a/docs/HISTORY.md b/docs/HISTORY.md index d811d4d..64449a0 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 0de641e..ef58466 100644 --- a/package.json +++ b/package.json @@ -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",