From 192e08cd3b6283a718d38061f2ad48dd78c89b97 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 22 Mar 2021 14:01:13 +0100 Subject: [PATCH] Release 1.24.1 --- docs/HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 3d4d2e7..cb0167a 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.24.1 + +* fix write to launcher_accounts.json (@majorblake) + ## 1.24.0 * Using launcher_accounts.json as new token source (@Moondarker) diff --git a/package.json b/package.json index d9a4f20..7f2a167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.24.0", + "version": "1.24.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",