Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 1f4eb86

Browse files
authored
Release 1.36.1 (PrismarineJS#1036)
1 parent 6cbdbb8 commit 1f4eb86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/HISTORY.md

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

3+
* Fix new types not being optional. (@IceTank) [#1033](https://github.com/PrismarineJS/node-minecraft-protocol/pull/1033)
4+
35
## 1.36.0
46

57
* Use offline mode as default authentication, fallback to offline mode if invalid option. (@Kashalls)

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.0",
3+
"version": "1.36.1",
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)