feat: bump version to 5.0.0

This commit is contained in:
CosminPerRam 2024-05-11 19:36:07 +03:00
parent 00d2f17991
commit 2b58e0d233
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
## To Be Released...
## 5.0.0-beta.3
## 5.X.Y
In progress?
## 5.0.0
* Added a new stabilized field `version` in the query response (By @podrivo #532)
* Euro Truck Simulator 2 (2012) - Added support (By @podrivo #523)
* Eco - Fixed querying servers using reverse queries and player names (By @Vito0912 #526)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gamedig",
"version": "5.0.0-beta.0",
"version": "5.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gamedig",
"version": "5.0.0-beta.0",
"version": "5.0.0",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.12",

View File

@ -32,7 +32,7 @@
"require": "./dist/index.cjs"
},
"author": "GameDig Contributors",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "https://github.com/gamedig/node-gamedig.git"