We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb293f commit 1efbde1Copy full SHA for 1efbde1
docs/HISTORY.md
@@ -1,5 +1,12 @@
1
# History
2
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
10
* Fix new types not being optional. (@IceTank) [#1033](https://github.com/PrismarineJS/node-minecraft-protocol/pull/1033)
11
12
## 1.36.0
package.json
@@ -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",
0 commit comments