Skip to content

Commit b1925cb

Browse files
chore(release): 1.3.15 [skip ci]
## [1.3.15](v1.3.14...v1.3.15) (2025-04-26) ### Bug Fixes * incorrect visibility state on initial render - fixes [#30](#30) ([d60a411](d60a411)), closes [#33](#33)
1 parent accb609 commit b1925cb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.15](https://github.com/JairajJangle/react-native-visibility-sensor/compare/v1.3.14...v1.3.15) (2025-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* incorrect visibility state on initial render - fixes [#30](https://github.com/JairajJangle/react-native-visibility-sensor/issues/30) ([d60a411](https://github.com/JairajJangle/react-native-visibility-sensor/commit/d60a41188a44d48ce038b205252ba5880d30e509)), closes [#33](https://github.com/JairajJangle/react-native-visibility-sensor/issues/33)
7+
18
## [1.3.14](https://github.com/JairajJangle/react-native-visibility-sensor/compare/v1.3.13...v1.3.14) (2025-04-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@futurejj/react-native-visibility-sensor",
3-
"version": "1.3.14",
3+
"version": "1.3.15",
44
"description": "A React Native wrapper to check whether a component is in the view port to track impressions and clicks",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)