chore: bump version to 4.3.1 and update changelog

This commit is contained in:
CosminPerRam 2023-12-30 16:29:27 +02:00
parent dc6762085c
commit d4b16a1434
3 changed files with 6 additions and 2 deletions

View File

@ -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.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "gamedig",
"version": "4.3.0",
"version": "4.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"