feat: bump version to 5.3.1

This commit is contained in:
CosminPerRam 2025-06-09 23:32:14 +03:00
parent c671d5ddf2
commit d12397cbb0
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.1
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3) * Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)
* Feat: 7 Days to Die add Telnet support for missing player names (#692, thanks @jammsen) * Feat: 7 Days to Die add Telnet support for missing player names (#692, thanks @jammsen)
* Feat: 7 Days to Die get more optional Telnet data via an option (#693) * Feat: 7 Days to Die get more optional Telnet data via an option (#693)

4
package-lock.json generated
View file

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

View file

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