Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Feb 9, 2021
1 parent 2c90cf2 commit 27c46af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ To check the distributive TypeScript declarations, build the project and run:
yarn test:dts
```

To check that the package is compatible with server side rendering, build the project and run:

```bash
yarn test:ssr
```

### How to publish

This section is for repository maintainers.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fingerprintjs/fingerprintjs",
"description": "Browser fingerprinting library with the highest accuracy and stability",
"version": "3.0.5",
"version": "3.0.6",
"keywords": [
"fraud",
"fraud detection",
Expand Down

0 comments on commit 27c46af

Please sign in to comment.