feat: bump version to 5.3.0

This commit is contained in:
CosminPerRam 2025-04-26 00:24:27 +03:00
parent 5d6c05b61f
commit d4154aa511
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
## To Be Released... ## To Be Released...
## 5.X.Y ## 5.X.Y
## 5.3.0
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn) * 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) * 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). * Docs: Counter-Strike 2 does not provide players names, note this and a plugin workaround (#675).

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "gamedig", "name": "gamedig",
"version": "5.2.0", "version": "5.3.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gamedig", "name": "gamedig",
"version": "5.2.0", "version": "5.3.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fast-xml-parser": "5.2.1", "fast-xml-parser": "5.2.1",

View file

@ -32,7 +32,7 @@
"require": "./dist/index.cjs" "require": "./dist/index.cjs"
}, },
"author": "GameDig Contributors", "author": "GameDig Contributors",
"version": "5.2.0", "version": "5.3.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gamedig/node-gamedig.git" "url": "https://github.com/gamedig/node-gamedig.git"