From 11b79928afb6c4140e429c982c2ffb978426c4b2 Mon Sep 17 00:00:00 2001 From: Dallas Hogan Date: Tue, 16 May 2023 12:59:23 -0400 Subject: [PATCH] Drop Node v14 support --- .github/workflows/test.yml | 2 +- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b096a748..64da32f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [14, 16, 18] + version: [16, 18, 20] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7b91f9..4188e466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +5.0.0 (2023-05-16) +------------------ + +* Drop Node 14 support + 4.7.0 (2023-02-21) ------------------ diff --git a/README.md b/README.md index 8ab27111..54d451c0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ services](https://dev.maxmind.com/minfraud/). ## Requirements -MaxMind has tested this API with Node.js versions 14, 16, and 18. We aim to support +MaxMind has tested this API with Node.js versions 16, 18, and 20. We aim to support active or maintained LTS versions of Node.js. ## Installation diff --git a/package.json b/package.json index 9ee55429..00733bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maxmind/minfraud-api-node", - "version": "4.7.0", + "version": "5.0.0", "description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services", "main": "dist/src/index.js", "homepage": "https://github.com/maxmind/minfraud-api-node",