Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed May 26, 2021
1 parent 9cb4a88 commit 025c2cf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.2.0

* Fix empty chunks on proxy spawn (#89)
* Send skin data to server (#88)
* Support xbox title + live.com auth (#86)
* Protocol updates and fixes
* Fix third party servers, optional client encryption (#83)

## 3.1.0
* Add support for 1.16
* New docs and examples
Expand Down
17 changes: 16 additions & 1 deletion data/1.16.220/protocol.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
"version": "3.1.0",
"version": "3.2.0",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 025c2cf

Please sign in to comment.