Release 1.41.0 (#1082)

* Update HISTORY.md

* Update package.json
This commit is contained in:
Romain Beaumont 2023-02-20 00:01:10 +01:00 committed by GitHub
parent 90d4143358
commit 3974c503e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# History
## 1.41.0
* Catch errors in custom payloads (@frej4189)
* Fix client sending session packet when server is in offline mode (@frej4189)
* Fix client sending chat_session packet before server state transition (@frej4189)
## 1.40.3
* Use consistent parameter naming for systemChat event

View file

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