feat: bump version to 5.2.0

This commit is contained in:
CosminPerRam 2025-01-21 19:50:35 +02:00
parent 0e14c8db4a
commit 1fe026c166
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
## To Be Released...
## 5.X.Y
## 5.2.0
* Fix: Palworld not respecting query output players schema (#666)
* Fix: Minecraft name being duplicated in the name string (#656)
* Fix: Use `cp` tag to get player count on Rust (By @xCausxn #663)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "gamedig",
"version": "5.1.4",
"version": "5.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gamedig",
"version": "5.1.4",
"version": "5.2.0",
"license": "MIT",
"dependencies": {
"cheerio": "1.0.0-rc.12",

View file

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