diff --git a/HISTORY.md b/HISTORY.md index 363ea28..532de23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.30.0 +* 1.20.10 support (thanks @CreeperG16) +* [Fix upstream relay batchingInterval (#425)](https://github.com/PrismarineJS/bedrock-protocol/commit/b2c141c25f3fad9641644742b6cc1a71bc601d61) (thanks @GameParrot) + ## 3.29.1 * Add missing data to client login user chain (#420) * Add FAQ entry and replit warning on client ping error (#415) diff --git a/package.json b/package.json index c37a68c..b9bf874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.29.1", + "version": "3.30.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",