From 556b9ddb376e089327c3fbb4ecbcabd32c7fd117 Mon Sep 17 00:00:00 2001 From: rom1504bot Date: Wed, 8 Jan 2025 19:24:50 +0100 Subject: [PATCH] Release 1.53.0 (#1367) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 1d980a81..7a81520b 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.53.0 +* [1.21.4 (#1366)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/e74d11f66a835c08337b47dc5a2a7848c7e6e94c) (thanks @extremeheat) +* [Bump mocha from 10.8.2 to 11.0.1 (#1352)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/502513b432695bd9e0fdff039bd8a7de02b307e0) (thanks @dependabot[bot]) + ## 1.52.0 * [Fix server_data payload for 1.19+, fix kicks messages on 1.20.3+ (#1364)](https://github.com/PrismarineJS/node-minecraft-protocol/commit/8e131c359ebd5509136fd849a82cc59cd0dc1e58) (thanks @extremeheat) diff --git a/package.json b/package.json index a4838ec8..1072c091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.52.0", + "version": "1.53.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",