Skip to content

Commit d8b10a4

Browse files
authored
Merge pull request #208 from fingerprintjs/changeset-release/main
2 parents 1f7d66d + ffedfb0 commit d8b10a4

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
523 Bytes
Binary file not shown.

.changeset/gold-flies-doubt.md

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

.changeset/shiny-ghosts-sin.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# fingerprint-pro-server-api-openapi
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- **events-search**: Event search now supports two new filter parameters: `ip_blocklist`, `datacenter` ([2817b47](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/2817b47508226b1a8e65e86ffd2024e64763f6ca))
8+
9+
### Patch Changes
10+
11+
- **events-search**: Fixed `vpn_confidence` query parameter enum value formatting (`high,` -> `high`) ([c789996](https://github.com/fingerprintjs/fingerprint-pro-server-api-openapi/commit/c7899960ac5620bfe76903ce828ae77d8c649b6a))
12+
313
## 2.5.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fingerprint-pro-server-api-openapi",
33
"private": true,
4-
"version": "2.5.0",
4+
"version": "2.6.0",
55
"main": "index.js",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)