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-02-24)

### Features

* add `use client` directive to the bundled code ([ae2bf8a](ae2bf8a))

### Bug Fixes

* add `exports` field to package.json ([4b0fe82](4b0fe82))

### Build System

* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([140a9bc](140a9bc))
* **deps:** bump decode-uri-component in /examples/preact ([2dca013](2dca013))
* **deps:** bump decode-uri-component in /examples/spa ([03e78fb](03e78fb))
* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([43c0df1](43c0df1))
* **deps:** bump http-cache-semantics in /examples/preact ([124cc38](124cc38))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([53fcf7e](53fcf7e))
* **deps:** bump json5 from 1.0.1 to 1.0.2 in /examples/spa ([8deef15](8deef15))
  • Loading branch information
semantic-release-bot committed Feb 24, 2023
1 parent f736fa0 commit d7ad5ad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [2.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.2.0...v2.3.0) (2023-02-24)


### Features

* add `use client` directive to the bundled code ([ae2bf8a](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/ae2bf8ad578772ca12b38311ed0c48ef23f01186))


### Bug Fixes

* add `exports` field to package.json ([4b0fe82](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/4b0fe829654da0d029ab26b772bd92300d56a700))


### Build System

* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([140a9bc](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/140a9bc71a44ebe8570c433ea3decbb3bb0e478a))
* **deps:** bump decode-uri-component in /examples/preact ([2dca013](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/2dca01379aaea4768b6cd887ac8d7229657d46ff))
* **deps:** bump decode-uri-component in /examples/spa ([03e78fb](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/03e78fbc061684beed277075d5f6866a7b7a78de))
* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([43c0df1](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/43c0df14c0949b20c406b1ef4ee002cc97c4e9e8))
* **deps:** bump http-cache-semantics in /examples/preact ([124cc38](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/124cc38402d2c160b724d1918d3ee8d031e167d1))
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([53fcf7e](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/53fcf7ee5a5fb960917572b19d0d10ae052714a4))
* **deps:** bump json5 from 1.0.1 to 1.0.2 in /examples/spa ([8deef15](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/8deef155a55314d0d076bc49699c05a55fd3b5cf))

## [2.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v2.1.1...v2.2.0) (2022-12-30)


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-react",
"version": "2.2.0",
"version": "2.3.0",
"description": "FingerprintJS Pro React SDK",
"main": "dist/fp-pro-react.cjs.js",
"module": "dist/fp-pro-react.esm.js",
Expand Down

0 comments on commit d7ad5ad

Please sign in to comment.