Release 1.38.1 (#1063)

This commit is contained in:
extremeheat 2023-01-17 04:15:53 -05:00 committed by GitHub
parent 4201b94ab8
commit 14b138cef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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 )

View file

@ -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",