Skip to content

Commit

Permalink
chore: prepare for 4.2.2
Browse files Browse the repository at this point in the history
## [4.2.2](4.2.1...4.2.2) (2025-02-19)

### Bug Fixes

* improve push delivery tracking for Android 14 and above ([#386](#386)) ([e8a08a5](e8a08a5))
  • Loading branch information
semantic-release-bot committed Feb 19, 2025
1 parent e8a08a5 commit 786c9be
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.2.2](https://github.com/customerio/customerio-reactnative/compare/4.2.1...4.2.2) (2025-02-19)

### Bug Fixes

* improve push delivery tracking for Android 14 and above ([#386](https://github.com/customerio/customerio-reactnative/issues/386)) ([e8a08a5](https://github.com/customerio/customerio-reactnative/commit/e8a08a511063bc236a7f411de0cabffeb1158907))

## [4.2.1](https://github.com/customerio/customerio-reactnative/compare/4.2.0...4.2.1) (2025-01-09)

### 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.2.1</string>
<string name="customer_io_react_native_sdk_client_version">4.2.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.2.1",
"version": "4.2.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 786c9be

Please sign in to comment.