From 54840f818c17d81189cbb8a6ec6f3f24ce93e0a9 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 27 Dec 2023 19:06:30 +0100 Subject: [PATCH] Release 3.33.1 (#472) --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 44f58c00..a1054f2c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 3.33.1 +* [Fix zigzag type move in prismarine-nbt (#471)](https://github.com/PrismarineJS/bedrock-protocol/commit/7b74cbf7129646adc80d50304afce6240848cfae) (thanks @extremeheat) + ## 3.33.0 * [1.20.50 (#466)](https://github.com/PrismarineJS/bedrock-protocol/commit/d53211c6a1fe5f941ce547886ad6ec031ae05d9d) (thanks @extremeheat) * [Add 1.20.30 and 1.20.40 to index.d.ts (#461)](https://github.com/PrismarineJS/bedrock-protocol/commit/2ecf01d63e64b910b87f303fc4fb2b30f392cb28) (thanks @CreeperG16) diff --git a/package.json b/package.json index 8ae931a7..f1507281 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.33.0", + "version": "3.33.1", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",