From f7a59d61cc61d2062bac896d1d58776a1fda041c Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 19 Aug 2024 18:58:28 +0300 Subject: [PATCH] feat: bump version to 5.1.2 --- 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 e7f54ae..a671698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## To Be Released... ## 5.X.Y + +## 5.1.2 * Added Vintage Story support via the master server (#606) * Fixed `registerRtt` breaking successful queries if it didn't respond in the query timeout (#610) * Added support for rFactor 2 (By @xCausxn #614) diff --git a/package-lock.json b/package-lock.json index 41ba3a6..748755b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gamedig", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gamedig", - "version": "5.1.1", + "version": "5.1.2", "license": "MIT", "dependencies": { "cheerio": "1.0.0-rc.12", diff --git a/package.json b/package.json index 51f4731..a289403 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "require": "./dist/index.cjs" }, "author": "GameDig Contributors", - "version": "5.1.1", + "version": "5.1.2", "repository": { "type": "git", "url": "https://github.com/gamedig/node-gamedig.git"