From 923c2a61e66f4d4301bf0930698380d77b912207 Mon Sep 17 00:00:00 2001 From: Jordan Jones Date: Tue, 3 May 2022 19:28:28 -0700 Subject: [PATCH] Release 1.5.2 (#42) --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {