This commit is contained in:
Michael Morrison 2022-04-17 20:37:33 -05:00
parent 2aa3a5301d
commit dd0a3c6691
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
### 4.0.3
* Fixed nodejs version requirement in package.json (node 14 has been required since gamedig 4)
* Ground Breach (2018) - Added support
* Minecraft (All Versions) - Fixed character encoding for strings returned by servers using Geyser
* Barotrauma (2019) - Added support
### 4.0.2
* Counter-Strike 1.5 - Fixed support

View File

@ -24,7 +24,7 @@
],
"main": "lib/index.js",
"author": "GameDig Contributors",
"version": "4.0.2",
"version": "4.0.3",
"repository": {
"type": "git",
"url": "https://github.com/gamedig/node-gamedig.git"