We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4201b94 commit 14b138cCopy full SHA for 14b138c
docs/HISTORY.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 1.38.1
4
+* Update chat example for 1.19 (#1059) (@frej4189)
5
+* Fix chat not working on offline servers (#1060) (@frej4189)
6
+
7
## 1.38.0
8
* Update convenience chat events (@frej4189)
9
* Realm Joining (@LucienHH )
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",
0 commit comments