Skip to content

Commit 5cf8afc

Browse files
authored
Merge pull request #206 from fingerprintjs/changeset-release/main
Release [changeset]
2 parents 0364d21 + c7ed044 commit 5cf8afc

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/thick-toys-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Fingerprint Server API Node.js SDK
22

3+
## 6.9.0
4+
5+
### Minor Changes
6+
7+
- Add `details` object to the `proxy` signal. This field includes the `type` of the detected proxy (`residential` or `data_center`) and the `lastSeenAt` timestamp of when an IP was last observed to show proxy-like behavior. ([5988f03](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/commit/5988f03cf3a1e341a4dc28b0c1496600e5e24853))
8+
39
## 6.8.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fingerprintjs/fingerprintjs-pro-server-api",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"description": "Node.js wrapper for FingerprintJS Sever API",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

tests/functional-tests/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# fingerprintjs-pro-server-api-node-sdk-smoke-tests
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5988f03]
8+
- @fingerprintjs/fingerprintjs-pro-server-api@6.9.0
9+
310
## 1.0.4
411

512
### Patch Changes

tests/functional-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fingerprintjs-pro-server-api-node-sdk-smoke-tests",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "",
55
"main": "index.mjs",
66
"private": true,

0 commit comments

Comments
 (0)