This commit is contained in:
Michael Morrison 2022-02-05 20:12:24 -06:00
parent c7a669ce6b
commit 7837351f9f
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### 4.0.0
#### Breaking Changes
* NodeJS 14 is now required
#### Other changes
* Dependencies are updated
* Node 14 is now required due to new requirement in `got` dependency
### 3.0.9
* Fixes player info parsing issues on bf1942-based mods (Thanks cetteup)
* Adds Project Zomboid support (Thanks xhip)

View File

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