From fa730786d5f8c6c066fe221d92c99f4331b97dee Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Fri, 25 Oct 2024 05:00:42 +0200 Subject: [PATCH] Release 3.41.0 (#538) * Release 3.41.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 04561e9..1100487 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 3.41.0 +* [1.21.42 support](https://github.com/PrismarineJS/bedrock-protocol/commit/dd5c4de4f2624c3654af66e9a40a65eb13de0850) (thanks @CreeperG16) + ## 3.40.0 * [1.21.30 support (#527)](https://github.com/PrismarineJS/bedrock-protocol/commit/fc30c96135ec20dca1257f702152cba61d4a59be) (thanks @pokecosimo) * [Update tests (#528)](https://github.com/PrismarineJS/bedrock-protocol/commit/cb530c8b45bf505f75e0e39241d88085c5564ae8) (thanks @extremeheat) diff --git a/package.json b/package.json index f3c7bc4..71912dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.40.0", + "version": "3.41.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",