diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e97fb5..5d5c5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package-lock.json b/package-lock.json index 511b014..37bb468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index edfd8b6..f321282 100644 --- a/package.json +++ b/package.json @@ -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"