Release 3.11.1 (#197)

* Update package.json

* Update HISTORY.md
This commit is contained in:
extremeheat 2022-04-19 14:07:13 -04:00 committed by GitHub
commit 930d90ea30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 3.11.1
* Bump minecraft-data version
## 3.11.0
* Implement Realm joining (#193) @LucienHH
* Refactor client connection sequence (#189) @extremeheat

View file

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