Release 1.43.2 (#1239)

* Update package.json

* Update HISTORY.md
This commit is contained in:
Frej Alexander Nielsen 2023-07-16 20:34:44 +02:00 committed by GitHub
parent 5a64f14359
commit 2e45c7f4ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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",