diff --git a/docs/HISTORY.md b/docs/HISTORY.md index af8cf49..2594d76 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.26.1 + +* temporarily revert prismarine-auth + ## 1.26.0 * move microsoft auth to prismarine-auth (@Kashalls) diff --git a/package.json b/package.json index cbecd4f..41b4615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.26.0", + "version": "1.26.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",