Skip to content

Commit 6ea7ae3

Browse files
Release 1.63.0 (#1456)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c35d94 commit 6ea7ae3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 1.63.0
4+
* [🎈 1.21.9 (#1435)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/0c35d94b9bf173b2127bae0b8d5f1c8789722fad) (thanks @rom1504bot)
5+
* [fix emitting playerJoin too early (#1424)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/bf89f7e86526c54d8c43f555d8f6dfa4948fd2d9) (thanks @zardoy)
6+
37
## 1.62.0
48
* [Add support for Minecraft 1.21.8 (#1427)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/8a99613672298b2e9a1e66ca41f8bb720cf1a439) (thanks @rom1504)
59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-protocol",
3-
"version": "1.62.0",
3+
"version": "1.63.0",
44
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)