diff --git a/HISTORY.md b/HISTORY.md index b661887..d7b56df 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.5.2 + +* fix issue with auth.js +* Increase checkoutTimeoutInterval default to 30s in client + ## 1.5.1 * Update autoVersion.js to emit errors instead of throwing diff --git a/package.json b/package.json index 62b9a63..ddf8f44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.5.1", + "version": "1.5.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {