From 05e5a701f09911e39de9d9a078d0ff763a0928a5 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 27 Jun 2023 13:21:17 +0200 Subject: [PATCH] Release 1.43.1 (#1235) * Update HISTORY.md * Update package.json --- 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 7588ed2c..714fc492 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.43.1 + +* Temporarily make node 18 not required in package.json + ## 1.43.0 * 1.20.0 and .1 support (@PondWader) diff --git a/package.json b/package.json index 09abd547..aed41178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.43.0", + "version": "1.43.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",