From bd1e2640bb1ae9a44b6178459565401b83fac690 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 11 Nov 2022 23:14:27 +0100 Subject: [PATCH] Release 2.1.0 (#63) * Update package.json * Update HISTORY.md --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 215d815..435919c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ## History +### 2.1.0 +* include signatureV2 (@jtsiskin) + ### 2.0.1 * Update docs diff --git a/package.json b/package.json index 9849b06..fc5e080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-auth", - "version": "2.0.1", + "version": "2.1.0", "description": "Authentication library for Microsoft, Xbox Live, and Minecraft with caching support", "main": "index.js", "scripts": {