From 23d10860c78b830aba8cbcc6e6d2418bb5f3f9ab Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 14 Aug 2021 00:19:21 +0000 Subject: [PATCH] Release 1.1.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 597778b..70c5831 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 1.1.1 + +* fix jose dep + ### 1.1.0 * Added entitlement and profile checks for Minecraft Java Token diff --git a/package.json b/package.json index e72f915..38d20e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "1.1.0", + "version": "1.1.1", "description": "A package to authenticate with xbox live and microsoft + cache tokens.", "main": "index.js", "scripts": {