Skip to content

Commit

Permalink
chore: prepare for 3.1.1
Browse files Browse the repository at this point in the history
### [3.1.1](3.1.0...3.1.1) (2023-07-10)

### Bug Fixes

* iOS bad memory access crash ([#164](#164)) ([55b72a7](55b72a7))
  • Loading branch information
semantic-release-bot committed Jul 10, 2023
1 parent 55b72a7 commit 9c9837c
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.1](https://github.com/customerio/customerio-reactnative/compare/3.1.0...3.1.1) (2023-07-10)


### Bug Fixes

* iOS bad memory access crash ([#164](https://github.com/customerio/customerio-reactnative/issues/164)) ([55b72a7](https://github.com/customerio/customerio-reactnative/commit/55b72a7d128b97eed4577a73132e7c8d32423cd5))

## [3.1.0](https://github.com/customerio/customerio-reactnative/compare/3.0.0...3.1.0) (2023-07-05)


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.0",
"version": "3.1.1",
"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 9c9837c

Please sign in to comment.