Skip to content

Commit

Permalink
chore: prepare for 3.5.2
Browse files Browse the repository at this point in the history
## [3.5.2](3.5.1...3.5.2) (2024-03-05)

### Bug Fixes

* expo users reported app crash on didFailToRegisterForRemoteNotificationsWithError ([#244](#244)) ([fb9a464](fb9a464))
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent fb9a464 commit 876b322
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.5.2](https://github.com/customerio/customerio-reactnative/compare/3.5.1...3.5.2) (2024-03-05)


### Bug Fixes

* expo users reported app crash on didFailToRegisterForRemoteNotificationsWithError ([#244](https://github.com/customerio/customerio-reactnative/issues/244)) ([fb9a464](https://github.com/customerio/customerio-reactnative/commit/fb9a46438717b34c98c9f356daa9477bb2c7d95f))

## [3.5.1](https://github.com/customerio/customerio-reactnative/compare/3.5.0...3.5.1) (2024-02-26)


Expand Down
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": "3.5.1",
"version": "3.5.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 876b322

Please sign in to comment.