From 577c0baa18a5a8a883492af9f924d8d203721356 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 25 Jul 2022 22:11:18 +0200 Subject: [PATCH] Release 1.6.0 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6ff40b2..211dcba 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 1.6.0 + +* Add fetchCertificates option to getMinecraftJavaToken + ### 1.5.4 * XboxTokenManager: Combine `getXSTSToken` & `getXSTSTokenWithTitle` and implement own `getUserToken` ([#47](https://github.com/PrismarineJS/prismarine-auth/pull/47)) diff --git a/package.json b/package.json index 1263abd..0e19e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "1.5.4", + "version": "1.6.0", "description": "Authentication library for Microsoft, Xbox Live, and Minecraft with caching support", "main": "index.js", "scripts": {