Skip to content

Commit e0e3f8a

Browse files
chore: prepare for 3.1.5
### [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))
1 parent 8bc7beb commit e0e3f8a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [3.1.5](https://github.com/customerio/customerio-reactnative/compare/3.1.4...3.1.5) (2023-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
### [3.1.4](https://github.com/customerio/customerio-reactnative/compare/3.1.3...3.1.4) (2023-07-20)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customerio-reactnative",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)