Skip to content

Commit 0a95a66

Browse files
chore: prepare for 4.7.0
## [4.7.0](4.6.0...4.7.0) (2025-08-22) ### Features * improve initialization state handling and expo auto init support ([#504](#504)) ([d3ed7f9](d3ed7f9))
1 parent d3ed7f9 commit 0a95a66

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.7.0](https://github.com/customerio/customerio-reactnative/compare/4.6.0...4.7.0) (2025-08-22)
2+
3+
### Features
4+
5+
* improve initialization state handling and expo auto init support ([#504](https://github.com/customerio/customerio-reactnative/issues/504)) ([d3ed7f9](https://github.com/customerio/customerio-reactnative/commit/d3ed7f92f002113919d669a66f4fd4fedc11a56f))
6+
17
## [4.6.0](https://github.com/customerio/customerio-reactnative/compare/4.5.2...4.6.0) (2025-07-29)
28

39
### Features

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.6.0</string>
12+
<string name="customer_io_react_native_sdk_client_version">4.7.0</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.6.0",
3+
"version": "4.7.0",
44
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)