From 29ba39343af38749c3e7aaa4c5dcd15ce45ab304 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Fri, 9 May 2025 02:19:26 +0200 Subject: [PATCH] Release 3.45.0 (#603) * Release 3.45.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 7520b5c..b0945c9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 3.45.0 +* [1.21.80 (#602)](https://github.com/PrismarineJS/bedrock-protocol/commit/e71fd513ddbd432983f221980080b61e11576965) (thanks @extremeheat) + ## 3.44.0 * [1.21.70 (#594)](https://github.com/PrismarineJS/bedrock-protocol/commit/065f41db8cfc8cbd8106bd9e376c899ec25f3f77) (thanks @CreeperG16) diff --git a/package.json b/package.json index f4a8a57..2938f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.44.0", + "version": "3.45.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",