Skip to content

Commit 995797f

Browse files
authored
Release 1.40.0 (#1070)
* Update HISTORY.md * Update package.json
1 parent cf1f671 commit 995797f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 1.40.0
4+
* Add more fields to playerChat event (@frej4189)
5+
* Update to 1.19.3 (@frej4189)
6+
37
## 1.39.0
48
* Use non-zero salt (@frej4189)
59
* Mark message as insecure if unsigned content is present (@frej4189)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-protocol",
3-
"version": "1.39.0",
3+
"version": "1.40.0",
44
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)