diff --git a/HISTORY.md b/HISTORY.md index a7efabf..6ff40b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 1.5.4 + +* XboxTokenManager: Combine `getXSTSToken` & `getXSTSTokenWithTitle` and implement own `getUserToken` ([#47](https://github.com/PrismarineJS/prismarine-auth/pull/47)) + ### 1.5.3 * Fix web request error logging expecting JSON response @LucienHH * Add exception messages for more Xbox API errors @Kashalls diff --git a/package.json b/package.json index 925e65a..1263abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "1.5.3", + "version": "1.5.4", "description": "Authentication library for Microsoft, Xbox Live, and Minecraft with caching support", "main": "index.js", "scripts": {