Skip to content

Commit 8298619

Browse files
committed
Set release date and version
1 parent 5738ad1 commit 8298619

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGELOG
22
=========
33

4-
8.0.0
5-
-----------------
4+
8.0.0 (2025-02-10)
5+
------------------
66

77
* **Breaking** Internal webservice calls now use Node's built-in `fetch` instead of `http`. This
88
will affect users who are on unsupported versions of Node, specifically Node 17 and below.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmind/minfraud-api-node",
3-
"version": "7.1.0-beta.1",
3+
"version": "8.0.0",
44
"description": "Node.js API for MaxMind minFraud web services",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",

0 commit comments

Comments
 (0)