Release 3.17.0 (#265)
This commit is contained in:
parent
f5c91ba1c9
commit
262a4eee00
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 3.17.0
|
||||
* relay: Add multi-user login support (#258)
|
||||
* Add fields from 1.19.20 to login chain data (#259) @CleSucre
|
||||
* Fix nbt encoding size on single null tag NBT (#264)
|
||||
* test: Add -u flag unzipping vanilla server (#262)
|
||||
|
||||
## 3.16.0
|
||||
* 1.19.20 support (#251)
|
||||
* Add new raknet library option (raknet-node) (#211) @b23r0
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue