From d063a6427a721a2fcf91a4c489517b5a8efea797 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 12 Jul 2023 20:05:46 +0200 Subject: [PATCH] Release 3.30.0 (#429) * Release 3.30.0 * Update HISTORY.md * Update HISTORY.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: extremeheat --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 363ea285..532de231 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 c37a68c7..b9bf874d 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",