Release 1.41.1 (#1088)

* Update package.json

* Update HISTORY.md
This commit is contained in:
extremeheat 2023-02-27 15:25:50 -05:00 committed by GitHub
parent 7a9cfdb3ec
commit 49d218b08c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# History
## 1.41.1
* Revert "Fix client sending chat_session packet before server state transition"
## 1.41.0
* Catch errors in custom payloads (@frej4189)

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.41.0",
"version": "1.41.1",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",