mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-03-29 05:29:42 -04:00
Release 1.36.1 (#1036)
This commit is contained in:
parent
6cbdbb85f8
commit
1f4eb8655b
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue