Skip to content

Commit

Permalink
chore: prepare for 4.1.1
Browse files Browse the repository at this point in the history
## [4.1.1](4.1.0...4.1.1) (2024-11-20)

### Bug Fixes

* compatibility with react native 0.76 ([#359](#359)) ([6fcdd91](6fcdd91))
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent 6fcdd91 commit f44f157
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.1.1](https://github.com/customerio/customerio-reactnative/compare/4.1.0...4.1.1) (2024-11-20)

### Bug Fixes

* compatibility with react native 0.76 ([#359](https://github.com/customerio/customerio-reactnative/issues/359)) ([6fcdd91](https://github.com/customerio/customerio-reactnative/commit/6fcdd91403fea14344d2d293c9184447f516aadf))

## [4.1.0](https://github.com/customerio/customerio-reactnative/compare/4.0.2...4.1.0) (2024-11-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/res/values/customer_io_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
This will be updated by update-version script with React Native package version
whenever new version of React Native package is released
-->
<string name="customer_io_react_native_sdk_client_version">4.1.0</string>
<string name="customer_io_react_native_sdk_client_version">4.1.1</string>
</resources>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customerio-reactnative",
"version": "4.1.0",
"version": "4.1.1",
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit f44f157

Please sign in to comment.