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 2a5ec37 commit 4f9341eCopy full SHA for 4f9341e
docs/HISTORY.md
@@ -1,7 +1,12 @@
1
# History
2
3
+## 1.38.0
4
+* Update convenience chat events (@frej4189)
5
+* Realm Joining (@LucienHH )
6
+* Fix chat previews not working (@frej4189)
7
+
8
## 1.37.0
-* 1.19.1/2 signed chat support
9
+* 1.19.1/2 signed chat support (@frej4189 @extremeheat)
10
11
## 1.36.2
12
* Throw error on minecraft-data protocol version mismatch (#1044)
package.json
@@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
- "version": "1.37.0",
+ "version": "1.38.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",
0 commit comments