mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-24 00:07:51 -05:00
Release 1.29.0
This commit is contained in:
parent
e1db56a32d
commit
d4208b2070
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 1.29.0
|
||||
|
||||
* 1.18.0 support
|
||||
|
||||
## 1.28.1
|
||||
|
||||
* Fix microsoft auth error condition handling (@extremeheat)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.28.1",
|
||||
"version": "1.29.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue