diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 714fc492..d18617a5 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 aed41178..94ff86f5 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",