Release 1.43.1 (#1235)

* Update HISTORY.md

* Update package.json
This commit is contained in:
Romain Beaumont 2023-06-27 13:21:17 +02:00 committed by GitHub
parent fa0116386b
commit 05e5a701f0
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.43.1
* Temporarily make node 18 not required in package.json
## 1.43.0
* 1.20.0 and .1 support (@PondWader)

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.43.0",
"version": "1.43.1",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",