Skip to content

Commit

Permalink
Merge pull request #165 from fingerprintjs/changeset-release/main
Browse files Browse the repository at this point in the history
Release [changeset] (test)
  • Loading branch information
TheUnderScorer authored Feb 5, 2025
2 parents 633ff92 + 259c7c1 commit 6b478be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"@fingerprintjs/fingerprintjs-pro-server-api": "6.1.0",
"fingerprintjs-pro-server-api-node-sdk-example": "1.0.0"
},
"changesets": []
"changesets": [
"good-experts-watch"
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Fingerprint Server API Node.js SDK

## 6.2.0-test.0

### Minor Changes

- **events-search**: Add a new `events/search` API endpoint. Allow users to search for identification events matching one or more search criteria, for example, visitor ID, IP address, bot detection result, etc. ([48918eb](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/commit/48918eb6ba99cf2782dfe76777b591b4c99cc822))

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fingerprintjs/fingerprintjs-pro-server-api",
"version": "6.1.0",
"version": "6.2.0-test.0",
"description": "Node.js wrapper for FingerprintJS Sever API",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 6b478be

Please sign in to comment.