From 3b59446780018ef5faf0b124e9a83f5ae837dd8a Mon Sep 17 00:00:00 2001 From: LucienHH <66429271+LucienHH@users.noreply.github.com> Date: Thu, 4 May 2023 20:23:03 +0100 Subject: [PATCH] Release v3.28.1 (#396) * Release v3.28.1 * Update HISTORY.md Only include information relevant to package users --------- Co-authored-by: extremeheat --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4bc0f758..0e246de4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.28.1 +* Fix `followPort` option (@LucienHH) +* Typescript definition fixes (@hvlxh) + ## 3.28.0 * 1.19.80 support diff --git a/package.json b/package.json index 6566427c..146fcb5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.28.0", + "version": "3.28.1", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "types": "index.d.ts",