From 2e45c7f4ab2cc5a72ee07e5087f8062b3c371609 Mon Sep 17 00:00:00 2001 From: Frej Alexander Nielsen Date: Sun, 16 Jul 2023 20:34:44 +0200 Subject: [PATCH] Release 1.43.2 (#1239) * Update package.json * Update HISTORY.md --- 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 714fc49..d18617a 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.43.2 + +* Fix client sending chat_session_update when local UUID does not match UUID on server (@frej4189) + ## 1.43.1 * Temporarily make node 18 not required in package.json diff --git a/package.json b/package.json index aed4117..94ff86f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.43.1", + "version": "1.43.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",