Release 3.5.1
This commit is contained in:
parent
0437e83fe9
commit
a1fe4802e6
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue