feat: bump version to 5.1.2

This commit is contained in:
CosminPerRam 2024-08-19 18:58:28 +03:00
parent 60c3990c7c
commit f7a59d61cc
3 changed files with 5 additions and 3 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -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"