Skip to content

Commit

Permalink
chore: prepare for 3.1.5
Browse files Browse the repository at this point in the history
### [3.1.5](3.1.4...3.1.5) (2023-07-21)

### Bug Fixes

* sdk ignores requests when initializing the SDK from react native and from native iOS ([#173](#173)) ([8bc7beb](8bc7beb))
  • Loading branch information
semantic-release-bot committed Jul 21, 2023
1 parent 8bc7beb commit e0e3f8a
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.1.5](https://github.com/customerio/customerio-reactnative/compare/3.1.4...3.1.5) (2023-07-21)


### Bug Fixes

* sdk ignores requests when initializing the SDK from react native and from native iOS ([#173](https://github.com/customerio/customerio-reactnative/issues/173)) ([8bc7beb](https://github.com/customerio/customerio-reactnative/commit/8bc7beb338869bd69eb06f60f8f101a8106ee9dc))

### [3.1.4](https://github.com/customerio/customerio-reactnative/compare/3.1.3...3.1.4) (2023-07-20)


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.1.4",
"version": "3.1.5",
"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 e0e3f8a

Please sign in to comment.