diff --git a/CHANGELOG.md b/CHANGELOG.md index 4265693..b33f5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## To Be Released... ## 5.X.Y + +## 5.1.3 * Fix: `Deus Ex` using the wrong protocol (#621) * Fix: `Soldier of Fortune` using the wrong protocol (#623) * Feat: Serious Sam: The Second Encounter (2002) - Added support (#625) diff --git a/package-lock.json b/package-lock.json index 748755b..e5a0bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gamedig", - "version": "5.1.2", + "version": "5.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gamedig", - "version": "5.1.2", + "version": "5.1.3", "license": "MIT", "dependencies": { "cheerio": "1.0.0-rc.12", diff --git a/package.json b/package.json index a289403..955c348 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "require": "./dist/index.cjs" }, "author": "GameDig Contributors", - "version": "5.1.2", + "version": "5.1.3", "repository": { "type": "git", "url": "https://github.com/gamedig/node-gamedig.git"