From d4b16a1434ac302c31c3d0a722106fb92bfcbdcb Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 30 Dec 2023 16:29:27 +0200 Subject: [PATCH] chore: bump version to 4.3.1 and update changelog --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e3850..e219a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ #### Other changes * None +### 4.3.1 +* Fixed support for the Minecraft [Better Compatibility Checker](https://www.curseforge.com/minecraft/mc-mods/better-compatibility-checker) Mod (By @Douile, #436). +* Added a -1 query port offset for Rising World (#441). + ### 4.3.0 * Fix `Post Scriptum` not being on the valve protocol. * Fix `Epic` protocol's `numplayers` not being in the `raw` field. diff --git a/package-lock.json b/package-lock.json index 6c0dfc9..c231c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gamedig", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index efd0159..128b824 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "main": "lib/index.js", "author": "GameDig Contributors", - "version": "4.3.0", + "version": "4.3.1", "repository": { "type": "git", "url": "https://github.com/gamedig/node-gamedig.git"