Release 3.43.1

This commit is contained in:
github-actions[bot] 2025-03-18 21:03:33 +00:00
commit 6cfd8c9403
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 3.43.1
* [Fix server not correctly removing clients (#588)](https://github.com/PrismarineJS/bedrock-protocol/commit/47f342ca958ba87a7719783bd5c855cebdd4aa65) (thanks @EntifiedOptics)
* [Quicken tests](https://github.com/PrismarineJS/bedrock-protocol/commit/328785d8afa8bbd55f796e6fafa2da2357756e72) (thanks @extremeheat)
## 3.43.0
* [1.21.60 support (#570)](https://github.com/PrismarineJS/bedrock-protocol/commit/eeb5e47e35f31cc571a9a8a491f5a89b27e637f1) (thanks @CreeperG16)
* [Fix version feature handling (#572)](https://github.com/PrismarineJS/bedrock-protocol/commit/0ed8e32be85f05926cd97d5f0317ed004ae5eefa) (thanks @ItsMax123)

View file

@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
"version": "3.43.0",
"version": "3.43.1",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"types": "index.d.ts",