Skip to content

Commit

Permalink
chore: prepare for 4.0.2
Browse files Browse the repository at this point in the history
## [4.0.2](4.0.1...4.0.2) (2024-10-25)

### Bug Fixes

* dismisses keyboard when an in-app message appears ([#350](#350)) ([74b2379](74b2379))
  • Loading branch information
semantic-release-bot committed Oct 25, 2024
1 parent 74b2379 commit 6da1653
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.0.2](https://github.com/customerio/customerio-reactnative/compare/4.0.1...4.0.2) (2024-10-25)

### Bug Fixes

* dismisses keyboard when an in-app message appears ([#350](https://github.com/customerio/customerio-reactnative/issues/350)) ([74b2379](https://github.com/customerio/customerio-reactnative/commit/74b2379fb435e450b05321bf80ee18bff1d4a1ab))

## [4.0.1](https://github.com/customerio/customerio-reactnative/compare/4.0.0...4.0.1) (2024-10-16)

### Bug Fixes
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.0.1</string>
<string name="customer_io_react_native_sdk_client_version">4.0.2</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.0.1",
"version": "4.0.2",
"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 6da1653

Please sign in to comment.