mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-08 06:31:06 +00:00
feat: bump version to 5.3.3
This commit is contained in:
parent
7b0006c1e1
commit
aff6afd252
3 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
## To Be Released...
|
||||
## 5.X.Y
|
||||
|
||||
## 5.3.3
|
||||
* Fix: ignore stale player list entries (By @cetteup #744)
|
||||
* Feat: Plutonium - Added support (#745)
|
||||
* Fix: Soulmask set version from rules if available (By @podrivo #772)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "gamedig",
|
||||
"version": "5.3.2",
|
||||
"version": "5.3.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gamedig",
|
||||
"version": "5.3.2",
|
||||
"version": "5.3.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-xml-parser": "5.8.0",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"require": "./dist/index.cjs"
|
||||
},
|
||||
"author": "GameDig Contributors",
|
||||
"version": "5.3.2",
|
||||
"version": "5.3.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gamedig/node-gamedig.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue