Skip to content

Commit

Permalink
chore(release): 1.3.0-test.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-test.1](v1.2.0...v1.3.0-test.1) (2022-07-13)

### Features

* add contextual information for the JS agent about the library ([d55e164](d55e164))
  • Loading branch information
semantic-release-bot committed Jul 13, 2022
1 parent d55e164 commit eee0bd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0-test.1](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.2.0...v1.3.0-test.1) (2022-07-13)


### Features

* add contextual information for the JS agent about the library ([d55e164](https://github.com/fingerprintjs/fingerprintjs-pro-react/commit/d55e16409b8987c57904962a538fce0d4f142414))

# [1.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-react/compare/v1.1.0...v1.2.0) (2022-07-11)


Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fingerprintjs/fingerprintjs-pro-react",
"version": "1.2.0",
"version": "1.3.0-test.1",
"description": "FingerprintJS Pro React SDK",
"main": "dist/fp-pro-react.cjs.js",
"module": "dist/fp-pro-react.esm.js",
Expand All @@ -22,7 +22,6 @@
"prepare": "husky install",
"watch": "rollup -c rollup.config.js -w",
"build": "rimraf dist && rollup -c rollup.config.js",
"watch": "rollup -c rollup.config.js -w",
"start:spa": "npm start --prefix=examples/spa",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "yarn lint --fix",
Expand All @@ -33,7 +32,7 @@
},
"files": [
"dist",
"scripts"
"scripts"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit eee0bd5

Please sign in to comment.