Release 1.36.1 ()

This commit is contained in:
IceTank 2022-08-22 18:47:07 +02:00 committed by GitHub
parent 6cbdbb85f8
commit 1f4eb8655b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# History
* Fix new types not being optional. (@IceTank) [#1033](https://github.com/PrismarineJS/node-minecraft-protocol/pull/1033)
## 1.36.0
* Use offline mode as default authentication, fallback to offline mode if invalid option. (@Kashalls)

View file

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