Release 3.11.0 (#194)

This commit is contained in:
extremeheat 2022-04-09 20:18:11 -04:00 committed by GitHub
commit 9a4c7f03ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
## 3.11.0
* Implement Realm joining (#193) @LucienHH
* Refactor client connection sequence (#189) @extremeheat
* Add profilesFolder to Relay (#192) @CreeperG16
* Emit error from relay when server can't be pinged (#191)
* Pass relay onMsaCode to client (#190) @Heath123
* Mark raknet-native as required dependency (#188)
* Ignore unconnected packets, remove babel (#185)
## 3.10.0
* Support 1.18.11 (#179) @extremeheat
* Switch to sync zlib with 512k chunks, adjustable compression level (#174) @extremeheat

View file

@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
"version": "3.10.0",
"version": "3.11.0",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {