Skip to content

Commit

Permalink
Release 1.43.2 (#1239)
Browse files Browse the repository at this point in the history
* Update package.json

* Update HISTORY.md
  • Loading branch information
frej4189 committed Jul 16, 2023
1 parent 5a64f14 commit 2e45c7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2e45c7f

Please sign in to comment.