Skip to content

Commit e8bd205

Browse files
chore: prepare for 6.1.1
## [6.1.1](6.1.0...6.1.1) (2026-02-06) ### Bug Fixes * update Customer.io native SDKs (iOS 4.1.2, Android 4.15.1) ([#560](#560)) ([71cbd4d](71cbd4d))
1 parent 71cbd4d commit e8bd205

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.1.1](https://github.com/customerio/customerio-reactnative/compare/6.1.0...6.1.1) (2026-02-06)
2+
3+
### Bug Fixes
4+
5+
* update Customer.io native SDKs (iOS 4.1.2, Android 4.15.1) ([#560](https://github.com/customerio/customerio-reactnative/issues/560)) ([71cbd4d](https://github.com/customerio/customerio-reactnative/commit/71cbd4d314b1bf970d0fa6c63c5f266922dc59f1))
6+
17
## [6.1.0](https://github.com/customerio/customerio-reactnative/compare/6.0.0...6.1.0) (2026-01-14)
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">6.1.0</string>
12+
<string name="customer_io_react_native_sdk_client_version">6.1.1</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": "6.1.0",
3+
"version": "6.1.1",
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)