Release 1.39.0 (#1066)

* Update HISTORY.md

* Update package.json
This commit is contained in:
Romain Beaumont 2023-01-19 01:28:25 +01:00 committed by GitHub
parent 2164732844
commit c9e900d442
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.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)

View file

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