mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
4.0.0
This commit is contained in:
parent
c7a669ce6b
commit
7837351f9f
2 changed files with 10 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue