Skip to content

Commit fed0ee2

Browse files
authored
Merge pull request #516 from maxmind/prep-4.0.1
Prepare for v4.0.1 release
2 parents 00add3f + 9774854 commit fed0ee2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.0.1 (2021-06-29)
5+
------------------
6+
7+
* Fix: IP address response is optional. [Issue 515](https://github.com/maxmind/minfraud-api-node/issues/515)
8+
49
4.0.0 (2021-06-21)
510
------------------
611

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmind/minfraud-api-node",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Node.js API for MaxMind minFraud Score, Insights, and Factors web services",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/minfraud-api-node",

0 commit comments

Comments
 (0)