Release 1.38.0 (#1058)

* Update package.json

* Update HISTORY.md
This commit is contained in:
Romain Beaumont 2023-01-15 18:41:53 +01:00 committed by GitHub
parent 2a5ec378c4
commit 4f9341e654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

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

View file

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