diff --git a/HISTORY.md b/HISTORY.md index 131df64..510e1a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ## History +### 1.5.2 +* Don't log authentication prompt if codeCallback is specified. ([#40](https://github.com/PrismarineJS/prismarine-auth/pull/40)) - @ATXLtheAxolotl + ### 1.5.1 * Update User-Agent header @LucienHH diff --git a/package.json b/package.json index 81e3eac..66844f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "1.5.1", + "version": "1.5.2", "description": "Authentication library for Microsoft, Xbox Live, and Minecraft with caching support", "main": "index.js", "scripts": {