mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
parent
2a5ec378c4
commit
4f9341e654
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
# History
|
||||
|
||||
## 1.38.0
|
||||
* Update convenience chat events (@frej4189)
|
||||
* Realm Joining (@LucienHH )
|
||||
* Fix chat previews not working (@frej4189)
|
||||
|
||||
## 1.37.0
|
||||
* 1.19.1/2 signed chat support
|
||||
* 1.19.1/2 signed chat support (@frej4189 @extremeheat)
|
||||
|
||||
## 1.36.2
|
||||
* Throw error on minecraft-data protocol version mismatch (#1044)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue