From d88309507d03c516bbfe6a0b5ab5a79dc4c10db0 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 26 Mar 2025 05:20:38 +0100 Subject: [PATCH] Release 3.44.0 (#595) * Release 3.44.0 * Update HISTORY.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: extremeheat --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 63130ba..7520b5c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 3.44.0 +* [1.21.70 (#594)](https://github.com/PrismarineJS/bedrock-protocol/commit/065f41db8cfc8cbd8106bd9e376c899ec25f3f77) (thanks @CreeperG16) + ## 3.43.1 * [Fix server not correctly removing clients (#588)](https://github.com/PrismarineJS/bedrock-protocol/commit/47f342ca958ba87a7719783bd5c855cebdd4aa65) (thanks @EntifiedOptics) diff --git a/package.json b/package.json index 3ef512d..f4a8a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.43.1", + "version": "3.44.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",