diff --git a/HISTORY.md b/HISTORY.md index d50387c..855c610 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 9863cd3..f9ec44f 100644 --- a/package.json +++ b/package.json @@ -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": {