mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-02-17 16:20:16 -05:00
Release 1.21.0
This commit is contained in:
parent
5d723e9a04
commit
2843f60e44
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 1.21.0
|
||||
|
||||
* Integrate Authentication for Microsoft Accounts (thanks @Kashalls)
|
||||
|
||||
## 1.20.2
|
||||
|
||||
* add back token auth now that mineflayer is fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.20.2",
|
||||
"version": "1.21.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