We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c91ba commit 262a4eeCopy full SHA for 262a4ee
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 3.17.0
2
+* relay: Add multi-user login support (#258)
3
+* Add fields from 1.19.20 to login chain data (#259) @CleSucre
4
+* Fix nbt encoding size on single null tag NBT (#264)
5
+* test: Add -u flag unzipping vanilla server (#262)
6
+
7
## 3.16.0
8
* 1.19.20 support (#251)
9
* Add new raknet library option (raknet-node) (#211) @b23r0
package.json
@@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
- "version": "3.16.0",
+ "version": "3.17.0",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {
0 commit comments