Skip to content

Commit 262a4ee

Browse files
authored
Release 3.17.0 (#265)
1 parent f5c91ba commit 262a4ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 3.16.0
28
* 1.19.20 support (#251)
39
* Add new raknet library option (raknet-node) (#211) @b23r0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bedrock-protocol",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"description": "Minecraft Bedrock Edition protocol library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)