Skip to content

Commit

Permalink
chore: prepare for 3.2.1
Browse files Browse the repository at this point in the history
## [3.2.1](3.2.0...3.2.1) (2023-10-27)

### Bug Fixes

* **ios:** when queue cannot find task, expect queue runs next task ([#213](#213)) ([fc747a5](fc747a5))
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent fc747a5 commit 3433265
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.2.1](https://github.com/customerio/customerio-reactnative/compare/3.2.0...3.2.1) (2023-10-27)


### Bug Fixes

* **ios:** when queue cannot find task, expect queue runs next task ([#213](https://github.com/customerio/customerio-reactnative/issues/213)) ([fc747a5](https://github.com/customerio/customerio-reactnative/commit/fc747a52072e43e1ef03fccd655671508f720167))

## [3.2.0](https://github.com/customerio/customerio-reactnative/compare/3.1.13...3.2.0) (2023-10-25)


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.2.0",
"version": "3.2.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 3433265

Please sign in to comment.