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