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": {