Release 1.36.2 (#1045)

* Update package.json

* Update HISTORY.md

* Update HISTORY.md

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
This commit is contained in:
extremeheat 2022-11-28 20:46:11 -05:00 committed by GitHub
parent 7fb293fba2
commit 1efbde1ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# History
## 1.36.2
* Throw error on minecraft-data protocol version mismatch (#1044)
* Make "fakeHost" option working
* Update microsoftAuth to set default flow option
## 1.36.1
* Fix new types not being optional. (@IceTank) [#1033](https://github.com/PrismarineJS/node-minecraft-protocol/pull/1033)
## 1.36.0

View file

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