Release 3.20.1 (#300)

This commit is contained in:
extremeheat 2022-10-15 17:43:55 -04:00 committed by GitHub
commit c362968c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -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": {