From aff6afd252dc1c4853aae7522423623b7b5adec7 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 26 May 2026 21:30:33 +0300 Subject: [PATCH] feat: bump version to 5.3.3 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f68e8..6dd31b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## To Be Released... ## 5.X.Y + +## 5.3.3 * Fix: ignore stale player list entries (By @cetteup #744) * Feat: Plutonium - Added support (#745) * Fix: Soulmask set version from rules if available (By @podrivo #772) diff --git a/package-lock.json b/package-lock.json index 5ec9b77..4100ce7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gamedig", - "version": "5.3.2", + "version": "5.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gamedig", - "version": "5.3.2", + "version": "5.3.3", "license": "MIT", "dependencies": { "fast-xml-parser": "5.8.0", diff --git a/package.json b/package.json index 594e9d9..29f455f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "require": "./dist/index.cjs" }, "author": "GameDig Contributors", - "version": "5.3.2", + "version": "5.3.3", "repository": { "type": "git", "url": "https://github.com/gamedig/node-gamedig.git"