mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: bump version to 5.0.0
This commit is contained in:
parent
00d2f17991
commit
2b58e0d233
3 changed files with 7 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
## To Be Released...
|
## 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)
|
* Added a new stabilized field `version` in the query response (By @podrivo #532)
|
||||||
* Euro Truck Simulator 2 (2012) - Added support (By @podrivo #523)
|
* Euro Truck Simulator 2 (2012) - Added support (By @podrivo #523)
|
||||||
* Eco - Fixed querying servers using reverse queries and player names (By @Vito0912 #526)
|
* Eco - Fixed querying servers using reverse queries and player names (By @Vito0912 #526)
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "gamedig",
|
"name": "gamedig",
|
||||||
"version": "5.0.0-beta.0",
|
"version": "5.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "gamedig",
|
"name": "gamedig",
|
||||||
"version": "5.0.0-beta.0",
|
"version": "5.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cheerio": "^1.0.0-rc.12",
|
"cheerio": "^1.0.0-rc.12",
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"require": "./dist/index.cjs"
|
"require": "./dist/index.cjs"
|
||||||
},
|
},
|
||||||
"author": "GameDig Contributors",
|
"author": "GameDig Contributors",
|
||||||
"version": "5.0.0-beta.2",
|
"version": "5.0.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/gamedig/node-gamedig.git"
|
"url": "https://github.com/gamedig/node-gamedig.git"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue