diff --git a/docs/HISTORY.md b/docs/HISTORY.md index db2280d..062345a 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -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 diff --git a/package.json b/package.json index 76067d0..68848a4 100644 --- a/package.json +++ b/package.json @@ -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",