From 46e753b34128b9a65e20a7000e94a6d6080b3ab3 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Wed, 3 Nov 2021 00:01:53 +0000 Subject: [PATCH] Release 1.2.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 8e0f9b7..2abff35 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 1.2.1 + +* bump jose dep + ### 1.2.0 * Improve error handling (#15) * Fix caching, relyingParty issue (#13) diff --git a/package.json b/package.json index 1759082..6320940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "1.2.0", + "version": "1.2.1", "description": "A package to authenticate with xbox live and microsoft + cache tokens.", "main": "index.js", "scripts": {