From daa33c97a03eb48b5e0f55fbf07e2076a5a3f2b8 Mon Sep 17 00:00:00 2001 From: Nathaniel S <38318241+GhqstMC@users.noreply.github.com> Date: Fri, 9 Dec 2022 00:40:06 -0500 Subject: [PATCH] Release 2.1.1 (#66) --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 435919c..2359aef 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ## History +### 2.1.1 +* Fix typings + ### 2.1.0 * include signatureV2 (@jtsiskin) diff --git a/package.json b/package.json index fc5e080..a4732cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "2.1.0", + "version": "2.1.1", "description": "Authentication library for Microsoft, Xbox Live, and Minecraft with caching support", "main": "index.js", "scripts": {