From a1fe4802e691b36d23ea94c41ef813a71d536447 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Mon, 2 Aug 2021 05:32:43 -0400 Subject: [PATCH] Release 3.5.1 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1127ef56..ac575724 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/package.json b/package.json index eb5cd2d4..ac235478 100644 --- a/package.json +++ b/package.json @@ -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": {