Release 3.11.0 (#194)
This commit is contained in:
parent
cde600d51e
commit
9a4c7f03ea
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue