Skip to content

Commit

Permalink
Release 1.36.1 (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTank authored Aug 22, 2022
1 parent 6cbdbb8 commit 1f4eb86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# History

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

## 1.36.0

* Use offline mode as default authentication, fallback to offline mode if invalid option. (@Kashalls)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.36.0",
"version": "1.36.1",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 1f4eb86

Please sign in to comment.