From 081fdbfd0a339187a4653723e5be6566fed337d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 May 2024 21:05:36 +0000 Subject: [PATCH] chore(release): 1.2.5 [skip ci] ## [1.2.5](https://github.com/JairajJangle/react-native-visibility-sensor/compare/v1.2.4...v1.2.5) (2024-05-10) ### Bug Fixes * **semantic_release:** added github release config ([08b018d](https://github.com/JairajJangle/react-native-visibility-sensor/commit/08b018db0ca7d52e41d5a767f3f14f9db7ea2e9d)) * **semantic_release:** updated lock files ([fad6633](https://github.com/JairajJangle/react-native-visibility-sensor/commit/fad6633a768faf1c8766e0574de365ab312fbcb9)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f34d58..ab69ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.5](https://github.com/JairajJangle/react-native-visibility-sensor/compare/v1.2.4...v1.2.5) (2024-05-10) + + +### Bug Fixes + +* **semantic_release:** added github release config ([08b018d](https://github.com/JairajJangle/react-native-visibility-sensor/commit/08b018db0ca7d52e41d5a767f3f14f9db7ea2e9d)) +* **semantic_release:** updated lock files ([fad6633](https://github.com/JairajJangle/react-native-visibility-sensor/commit/fad6633a768faf1c8766e0574de365ab312fbcb9)) + ## [1.2.4](https://github.com/JairajJangle/react-native-visibility-sensor/compare/v1.2.3...v1.2.4) (2024-05-10) diff --git a/package-lock.json b/package-lock.json index ec675a6..a779aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@futurejj/react-native-visibility-sensor", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@futurejj/react-native-visibility-sensor", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", diff --git a/package.json b/package.json index a5f669e..1d7a9aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@futurejj/react-native-visibility-sensor", - "version": "1.2.4", + "version": "1.2.5", "description": "A React Native wrapper to check whether a component is in the view port to track impressions and clicks", "main": "lib/commonjs/index", "module": "lib/module/index",