mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: bump version to 5.3.0
This commit is contained in:
parent
5d6c05b61f
commit
d4154aa511
3 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
## To Be Released...
|
||||
## 5.X.Y
|
||||
|
||||
## 5.3.0
|
||||
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn)
|
||||
* Fix: Grand Theft Auto V - FiveM wrap the players query in a try block as it doesn't provide the data by default anymore (#674, thanks @xCausxn)
|
||||
* Docs: Counter-Strike 2 does not provide players names, note this and a plugin workaround (#675).
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "gamedig",
|
||||
"version": "5.2.0",
|
||||
"version": "5.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gamedig",
|
||||
"version": "5.2.0",
|
||||
"version": "5.3.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-xml-parser": "5.2.1",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"author": "GameDig Contributors",
|
||||
"version": "5.2.0",
|
||||
"version": "5.3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gamedig/node-gamedig.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue