This commit is contained in:
Michael Morrison 2023-01-10 13:42:03 -06:00
parent 57a6a2fadd
commit 98decd786f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
### 4.0.6
* Fixed ping returned by minecraft queries
* Added ipFamily option to query only ipv4 or only ipv6 dns records
### 4.0.5
* Fixed filtering out fake "Max Players" player on CSGO
* Removed moment dependency
### 4.0.4
* Updated dependencies

View File

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