Skip to content

Commit

Permalink
Release 1.41.0 (#1082)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Update package.json
  • Loading branch information
rom1504 authored Feb 19, 2023
1 parent 90d4143 commit 3974c50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -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

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.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",
Expand Down

0 comments on commit 3974c50

Please sign in to comment.