Skip to content

Commit 6d55d13

Browse files
chore(release): 1.11.4 [skip ci]
## [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))
1 parent 6548ec2 commit 6d55d13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
## [1.11.4](https://github.com/intuit/user-data-for-fraud-prevention/compare/v1.11.3...v1.11.4) (2022-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.11.3](https://github.com/intuit/user-data-for-fraud-prevention/compare/v1.11.2...v1.11.3) (2022-10-31)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "user-data-for-fraud-prevention",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "Detects Timezone, screen size, scaling factor, browser plugins, local device IPs etc;",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)