diff --git a/docs/HISTORY.md b/docs/HISTORY.md index e81ca4c..f29f44d 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,11 @@ # History +## 1.22.0 + +* Don't stringify every packet if debug not enabled (@evan-goode) +* Add handler for Login Plugin Message (@ph0t0shop) +* Password=false now using offline mode (@dada513) + ## 1.21.0 * Integrate Authentication for Microsoft Accounts (thanks @Kashalls) diff --git a/package.json b/package.json index b075587..0cf029d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.21.0", + "version": "1.22.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",