feat: release version 5.0.0-beta.2

This commit is contained in:
CosminPerRam 2024-01-30 00:23:40 +02:00
parent 3b6c8dfcfb
commit ab3ff936a7
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## To Be Released... ## To Be Released...
## 5.0.0-beta.2 ## 5.0.0-beta.2 / 5.0.0-beta.3
* *Soon to come!* * *Soon to come!*
## 5.0.0-beta.1 ## 5.0.0-beta.1

View File

@ -32,7 +32,7 @@
"require": "./dist/index.cjs" "require": "./dist/index.cjs"
}, },
"author": "GameDig Contributors", "author": "GameDig Contributors",
"version": "5.0.0-beta.1", "version": "5.0.0-beta.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gamedig/node-gamedig.git" "url": "https://github.com/gamedig/node-gamedig.git"
@ -48,6 +48,7 @@
"gamedig": "bin/gamedig.js" "gamedig": "bin/gamedig.js"
}, },
"files": [ "files": [
"dist/index.cjs",
"bin/gamedig.js", "bin/gamedig.js",
"lib/", "lib/",
"protocols/", "protocols/",