Release 1.41.2 (#1091)

* Update package.json

* Update HISTORY.md
This commit is contained in:
Frej Alexander Nielsen 2023-03-24 23:28:19 +01:00 committed by GitHub
parent 9c767a0b33
commit f52ab55ef9
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.41.2
* Fix client sending session packet while server is in login state (@frej4189)
* Fix client attempting to sign messages on offline servers (@frej4189)
## 1.41.1
* Revert "Fix client sending chat_session packet before server state transition"

View file

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