mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-27 17:55:45 -05:00
Release 1.38.1 (#1063)
This commit is contained in:
parent
4201b94ab8
commit
14b138cef8
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 1.38.1
|
||||
* Update chat example for 1.19 (#1059) (@frej4189)
|
||||
* Fix chat not working on offline servers (#1060) (@frej4189)
|
||||
|
||||
## 1.38.0
|
||||
* Update convenience chat events (@frej4189)
|
||||
* Realm Joining (@LucienHH )
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.38.0",
|
||||
"version": "1.38.1",
|
||||
"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