mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
4.0.3
This commit is contained in:
parent
2aa3a5301d
commit
dd0a3c6691
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue