From d66dc1b23741a62695c8132e75f0ee38cc4cdab4 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Thu, 26 Oct 2023 08:10:51 +0200 Subject: [PATCH] Release 3.32.0 (#460) --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index df5471e9..a4dce56c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.32.0 +* [1.20.40 support (#459)](https://github.com/PrismarineJS/bedrock-protocol/commit/63eb673c1f30beb58f97e3b37295129000bf6a10) (thanks @CreeperG16) +* [Update Minecraft wiki link to new domain (#455)](https://github.com/PrismarineJS/bedrock-protocol/commit/689658c4ab1ccb3ef1ae812d78d090212b1acf3f) (thanks @Spongecade) + ## 3.31.0 * [1.20.30](https://github.com/PrismarineJS/bedrock-protocol/commit/22502b90fdc29f6327239c6c201370c8f839c892) (thanks @extremeheat) * [Add links field to server resource_packs_info](https://github.com/PrismarineJS/bedrock-protocol/commit/f92db61c89851dfbdbc906f926fc1433162854d0) (thanks @extremeheat) diff --git a/package.json b/package.json index f18d903d..a49b60cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.31.0", + "version": "3.32.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",