Skip to content

Commit 2746484

Browse files
chore: prepare for 4.2.5
## [4.2.5](4.2.4...4.2.5) (2025-04-28) ### Bug Fixes * package author ([88e4da6](88e4da6))
1 parent 9e63c55 commit 2746484

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.2.5](https://github.com/customerio/customerio-reactnative/compare/4.2.4...4.2.5) (2025-04-28)
2+
3+
### Bug Fixes
4+
5+
* package author ([88e4da6](https://github.com/customerio/customerio-reactnative/commit/88e4da65ed117dee221c28779ba02b6958083526))
6+
17
## [4.2.4](https://github.com/customerio/customerio-reactnative/compare/4.2.3...4.2.4) (2025-04-14)
28

39
### Bug Fixes

android/src/main/res/values/customer_io_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
This will be updated by update-version script with React Native package version
1010
whenever new version of React Native package is released
1111
-->
12-
<string name="customer_io_react_native_sdk_client_version">4.2.4</string>
12+
<string name="customer_io_react_native_sdk_client_version">4.2.5</string>
1313
</resources>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customerio-reactnative",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)