Release 3.17.0 (#265)

This commit is contained in:
extremeheat 2022-08-24 04:45:44 -04:00 committed by GitHub
commit 262a4eee00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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": {