Release 1.32.0 (#971)

* Update HISTORY.md

* Update package.json
This commit is contained in:
Romain Beaumont 2022-03-11 16:26:56 +01:00 committed by GitHub
parent bcfeb712f9
commit f1f9f5c310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# History
## 1.32.0
* add protocolValidation field to server and client options (@RichardDorian)
* fix plugin channel registration (@RichardDorian)
* allows false value for profilesFolder (@Robbilie)
## 1.31.0
* 1.18.2

View file

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