diff --git a/docs/HISTORY.md b/docs/HISTORY.md index f29f44d..592f465 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -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) diff --git a/package.json b/package.json index e5668f9..2f37a26 100644 --- a/package.json +++ b/package.json @@ -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",