Skip to content

Commit

Permalink
chore: prepare for 3.0.0
Browse files Browse the repository at this point in the history
## [3.0.0](2.5.1...3.0.0) (2023-07-03)

### ⚠ BREAKING CHANGES

* auto-update native SDK and easier rich push install (#149)

### Bug Fixes

* auto-update native SDK and easier rich push install ([#149](#149)) ([7e56d1e](7e56d1e))
  • Loading branch information
semantic-release-bot committed Jul 3, 2023
1 parent 7e56d1e commit f0a0a82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/customerio/customerio-reactnative/compare/2.5.1...3.0.0) (2023-07-03)


### ⚠ BREAKING CHANGES

* auto-update native SDK and easier rich push install (#149)

### Bug Fixes

* auto-update native SDK and easier rich push install ([#149](https://github.com/customerio/customerio-reactnative/issues/149)) ([7e56d1e](https://github.com/customerio/customerio-reactnative/commit/7e56d1e95752fe267b286e9e52b1d11cf0c2fd12))

### [2.5.1](https://github.com/customerio/customerio-reactnative/compare/2.5.0...2.5.1) (2023-07-03)


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": "2.5.1",
"version": "3.0.0",
"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 f0a0a82

Please sign in to comment.