From c362968c5b463b0daa22abfce10d63586f9c0b6c Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sat, 15 Oct 2022 17:43:55 -0400 Subject: [PATCH] Release 3.20.1 (#300) --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e951473..dab88a0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.20.1 +* Fix buffer length calculation in ServerAdvertisement (#292) (thanks @KurtThiemann) +* Handle Relay serialization errors by kicking (#290) + ## 3.20.0 * Preliminary 1.19.30 support, improve error handling and server pong data (#284) diff --git a/package.json b/package.json index 8f31faa..1165908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.20.0", + "version": "3.20.1", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {