Release 3.13.0 (#208)

This commit is contained in:
extremeheat 2022-05-04 16:11:53 -04:00 committed by GitHub
commit f7c556ec94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 3.13.0
* Update API documentation
* Emit generic 'packet' event for server clients (#205) @ATXLtheAxolotl
* Add XUID field for client offline mode client chain (#203)
## 3.12.0
* 1.18.30 support

View file

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