feat: bump version to 5.1.1

This commit is contained in:
CosminPerRam 2024-08-11 14:41:52 +03:00
parent b6ac839162
commit 76c7823b29
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,9 @@
## To Be Released...
## 5.X.Y
## 5.1.1
* Lock dependencies to fix problems with cheerio's `1.0.0` release and update punycode to `2.3.1` to mitigate
a vulnerability (#604)
* Fix the `name` field on Minecraft servers:

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "gamedig",
"version": "5.1.0",
"version": "5.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gamedig",
"version": "5.1.0",
"version": "5.1.1",
"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.0",
"version": "5.1.1",
"repository": {
"type": "git",
"url": "https://github.com/gamedig/node-gamedig.git"