diff --git a/docs/HISTORY.md b/docs/HISTORY.md index b5e08d09..a2e11a40 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.63.0 +* [🎈 1.21.9 (#1435)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/0c35d94b9bf173b2127bae0b8d5f1c8789722fad) (thanks @rom1504bot) +* [fix emitting playerJoin too early (#1424)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/bf89f7e86526c54d8c43f555d8f6dfa4948fd2d9) (thanks @zardoy) + ## 1.62.0 * [Add support for Minecraft 1.21.8 (#1427)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/8a99613672298b2e9a1e66ca41f8bb720cf1a439) (thanks @rom1504) diff --git a/package.json b/package.json index 63e1c75d..1d7e510b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.62.0", + "version": "1.63.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",