mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
parent
2164732844
commit
c9e900d442
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 1.39.0
|
||||
* Use non-zero salt (@frej4189)
|
||||
* Mark message as insecure if unsigned content is present (@frej4189)
|
||||
|
||||
## 1.38.1
|
||||
* Update chat example for 1.19 (#1059) (@frej4189)
|
||||
* Fix chat not working on offline servers (#1060) (@frej4189)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.38.1",
|
||||
"version": "1.39.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue