Release 1.23.0

This commit is contained in:
Romain Beaumont 2021-01-30 00:26:01 +00:00
parent bf309ba5a4
commit 5344f59b52
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# History
## 1.23.0
* add auth type to types (@u9g)
* refactor tcp dns (@Kashalls)
* fix a launcher profile.json problem (@Rob9315)
* Msa device auth (@extremeheat)
## 1.22.0
* Don't stringify every packet if debug not enabled (@evan-goode)

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-protocol",
"version": "1.22.0",
"version": "1.23.0",
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
"main": "src/index.js",
"types": "src/index.d.ts",