Release 3.5.1

This commit is contained in:
extremeheat 2021-08-02 05:32:43 -04:00
commit a1fe4802e6
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 3.5.1
* Fix 1.17.10 npc packet serialization (#119)
## 3.5.0
* Add 1.17.10 support [#109](https://github.com/PrismarineJS/bedrock-protocol/pull/109)
* You can switch to the JS implementation of raknet by setting `useNativeRaknet: false` in options.

View file

@ -1,6 +1,6 @@
{
"name": "bedrock-protocol",
"version": "3.5.0",
"version": "3.5.1",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {