From 04092ed2ffc02b8a00f0e5ab84e32327fc6918ea Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 26 Dec 2021 15:59:58 +0100 Subject: [PATCH] Release 1.30.0 (#946) * Update HISTORY.md * Update package.json --- docs/HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.md b/docs/HISTORY.md index ab961e5..53f962e 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,6 +1,11 @@ # History +## 1.30.0 + +* add reasons for client.end() & fix issues (@U5B) + ## 1.29.1 + * Remove entitlement check in microsoftAuth (#929) ## 1.29.0 diff --git a/package.json b/package.json index f32ab10..81bad39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.29.1", + "version": "1.30.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",