From d631ed827f88ea9a3e344b0f09780bc1f4c12345 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Fri, 24 Feb 2023 18:28:28 -0500 Subject: [PATCH] Release 3.25.0 (#353) --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 82048af..d9e801f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 3.25.0 +* 1.19.63 support (@stevarino) +* Add close packet in server player API doc (#347) @hvlxh + # 3.24.0 * 1.19.62 support (@CreeperG16) diff --git a/package.json b/package.json index d2cc30d..9f16fb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.24.0", + "version": "3.25.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {