diff --git a/CHANGELOG.md b/CHANGELOG.md index be5b7da..8406387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package-lock.json b/package-lock.json index 47b2bb0..41ba3a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 43b242b..51f4731 100644 --- a/package.json +++ b/package.json @@ -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"