From d4208b2070a1cbed7e877263a572be683d10c171 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 11 Dec 2021 02:15:07 +0100 Subject: [PATCH] Release 1.29.0 --- 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 58f0710..7c6d6b3 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.29.0 + +* 1.18.0 support + ## 1.28.1 * Fix microsoft auth error condition handling (@extremeheat) diff --git a/package.json b/package.json index f20cf93..079aa09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.28.1", + "version": "1.29.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",