Release 1.21.0

This commit is contained in:
Romain Beaumont 2020-12-12 01:15:31 +00:00
parent 5d723e9a04
commit 2843f60e44
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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",