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