From c588ecd2af2ad5ab33af2a33d95030ba9b16441d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:20:53 +0000 Subject: [PATCH 1/2] Release 3.42.2 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d85cbde7..1051d215 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 3.42.2 +* [Merge pull request #557 from pokecosimo/master](https://github.com/PrismarineJS/bedrock-protocol/commit/f77c56b7f8e2c3fd28eb2d22db78acf9e729bdeb) (thanks @extremeheat) +* [Update serializer.js](https://github.com/PrismarineJS/bedrock-protocol/commit/0b94d5e95369a33197e6ac37ceeb242652d9a5a7) (thanks @extremeheat) +* [Added support for the new version of prismarine-nbt](https://github.com/PrismarineJS/bedrock-protocol/commit/6917c154ee5d55fe0688b9489f0f758a061dcb9c) (thanks @pokecosimo) + ## 3.42.1 * [Add 1.21.40 login fields (#553)](https://github.com/PrismarineJS/bedrock-protocol/commit/24d3200181c060162b04fb233fef6e0d6d1a93aa) (thanks @extremeheat) * [Remove protodef varint types (#552)](https://github.com/PrismarineJS/bedrock-protocol/commit/347e303ce422bdb6f6dfd4cba57d7d3937214707) (thanks @extremeheat) diff --git a/package.json b/package.json index d0320da8..4a380b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.42.1", + "version": "3.42.2", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts", From a3b1e22936822b7ea3f47f55c4fcf685cda0f003 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Wed, 11 Dec 2024 12:21:32 -0500 Subject: [PATCH 2/2] Update HISTORY.md --- HISTORY.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1051d215..7182963d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,6 @@ ## 3.42.2 -* [Merge pull request #557 from pokecosimo/master](https://github.com/PrismarineJS/bedrock-protocol/commit/f77c56b7f8e2c3fd28eb2d22db78acf9e729bdeb) (thanks @extremeheat) -* [Update serializer.js](https://github.com/PrismarineJS/bedrock-protocol/commit/0b94d5e95369a33197e6ac37ceeb242652d9a5a7) (thanks @extremeheat) -* [Added support for the new version of prismarine-nbt](https://github.com/PrismarineJS/bedrock-protocol/commit/6917c154ee5d55fe0688b9489f0f758a061dcb9c) (thanks @pokecosimo) - +* Fix missing type serialization error + ## 3.42.1 * [Add 1.21.40 login fields (#553)](https://github.com/PrismarineJS/bedrock-protocol/commit/24d3200181c060162b04fb233fef6e0d6d1a93aa) (thanks @extremeheat) * [Remove protodef varint types (#552)](https://github.com/PrismarineJS/bedrock-protocol/commit/347e303ce422bdb6f6dfd4cba57d7d3937214707) (thanks @extremeheat)