Skip to content

Commit

Permalink
chore(release): 1.11.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.4](v1.11.3...v1.11.4) (2022-12-04)

### Bug Fixes

* change to strict equality operator for browserDoNotTrack status ([#187](#187)) ([6548ec2](6548ec2))
  • Loading branch information
semantic-release-bot committed Dec 4, 2022
1 parent 6548ec2 commit 6d55d13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

## [1.11.4](https://github.com/intuit/user-data-for-fraud-prevention/compare/v1.11.3...v1.11.4) (2022-12-04)


### Bug Fixes

* change to strict equality operator for browserDoNotTrack status ([#187](https://github.com/intuit/user-data-for-fraud-prevention/issues/187)) ([6548ec2](https://github.com/intuit/user-data-for-fraud-prevention/commit/6548ec2841740bc7338079783f4e1f240acebca8))

## [1.11.3](https://github.com/intuit/user-data-for-fraud-prevention/compare/v1.11.2...v1.11.3) (2022-10-31)


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": "user-data-for-fraud-prevention",
"version": "1.11.3",
"version": "1.11.4",
"description": "Detects Timezone, screen size, scaling factor, browser plugins, local device IPs etc;",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 6d55d13

Please sign in to comment.