Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.0](v2.2.0...v2.3.0) (2023-07-31)

### Features

* add raw device attributes support ([9f7adba](9f7adba))
* add smart signals support ([d847128](d847128))

### Documentation

* **README:** add `Region.AP` to example values ([061242f](061242f))
  • Loading branch information
semantic-release-bot committed Jul 31, 2023
1 parent aa819a7 commit 4fd2b58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/compare/v2.2.0...v2.3.0) (2023-07-31)


### Features

* add raw device attributes support ([9f7adba](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/commit/9f7adbac8de66d29edb7d98e6e3f7bc81f49602e))
* add smart signals support ([d847128](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/commit/d847128d19dc18320750ed3505af94176afbe601))


### Documentation

* **README:** add `Region.AP` to example values ([061242f](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/commit/061242f313cf2f6a2f1cc0d6129e8e36099bedf3))

## [2.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/compare/v2.1.0...v2.2.0) (2023-06-12)


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": "2.2.0",
"version": "2.3.0",
"description": "Node.js wrapper for FingerprintJS Sever API",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4fd2b58

Please sign in to comment.