Release 3.20.1 (#300)
This commit is contained in:
parent
9674fc0126
commit
c362968c5b
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue