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 cf1f671 commit 995797fCopy full SHA for 995797f
docs/HISTORY.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 1.40.0
4
+* Add more fields to playerChat event (@frej4189)
5
+* Update to 1.19.3 (@frej4189)
6
+
7
## 1.39.0
8
* Use non-zero salt (@frej4189)
9
* Mark message as insecure if unsigned content is present (@frej4189)
package.json
@@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
- "version": "1.39.0",
+ "version": "1.40.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",
0 commit comments