mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
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:
parent
7fb293fba2
commit
1efbde1ef7
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue