From 0ac19142c0f0e0f415ad4788cfec6a6daa6ed776 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 6 Dec 2020 01:58:53 +0100 Subject: [PATCH] Release 1.20.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 e0ff84e..23c35bb 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.20.1 + +* Temporarily revert token auth to fix a bug + ## 1.20.0 * Add token auth like the vanilla launcher (save the token) (thanks @ph0t0shop) diff --git a/package.json b/package.json index a14747a..36347e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.20.0", + "version": "1.20.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",