diff --git a/docs/HISTORY.md b/docs/HISTORY.md index f8665e8..158009c 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.38.1 +* Update chat example for 1.19 (#1059) (@frej4189) +* Fix chat not working on offline servers (#1060) (@frej4189) + ## 1.38.0 * Update convenience chat events (@frej4189) * Realm Joining (@LucienHH ) diff --git a/package.json b/package.json index 0f76236..716adf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.38.0", + "version": "1.38.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",