Skip to content

Commit 1efbde1

Browse files
extremeheatrom1504
andauthored
Release 1.36.2 (#1045)
* Update package.json * Update HISTORY.md * Update HISTORY.md Co-authored-by: Romain Beaumont <[email protected]>
1 parent 7fb293f commit 1efbde1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# History
22

3+
## 1.36.2
4+
* Throw error on minecraft-data protocol version mismatch (#1044)
5+
* Make "fakeHost" option working
6+
* Update microsoftAuth to set default flow option
7+
8+
## 1.36.1
9+
310
* Fix new types not being optional. (@IceTank) [#1033](https://github.com/PrismarineJS/node-minecraft-protocol/pull/1033)
411

512
## 1.36.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-protocol",
3-
"version": "1.36.1",
3+
"version": "1.36.2",
44
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)