From 7837351f9fc7c5e94ad15e8b84053137b7924399 Mon Sep 17 00:00:00 2001 From: Michael Morrison <517502+mmorrisontx@users.noreply.github.com> Date: Sat, 5 Feb 2022 20:12:24 -0600 Subject: [PATCH] 4.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a41102..51bcba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 4.0.0 + +#### Breaking Changes +* NodeJS 14 is now required + +#### Other changes +* Dependencies are updated +* Node 14 is now required due to new requirement in `got` dependency + ### 3.0.9 * Fixes player info parsing issues on bf1942-based mods (Thanks cetteup) * Adds Project Zomboid support (Thanks xhip) diff --git a/package.json b/package.json index 1329b47..43c63aa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "main": "lib/index.js", "author": "GameDig Contributors", - "version": "3.0.9", + "version": "4.0.0", "repository": { "type": "git", "url": "https://github.com/gamedig/node-gamedig.git"