diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e156a9..055f566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0c7b221..7409e38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 2e81c02..02d7e7a 100644 --- a/package.json +++ b/package.json @@ -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"