Skip to content

Commit

Permalink
chore: prepare for 4.0.0
Browse files Browse the repository at this point in the history
## [4.0.0](3.9.1...4.0.0) (2024-10-16)

### ⚠ BREAKING CHANGES

* react native as a source for Data pipelines (#349)

### Features

* react native as a source for Data pipelines ([#349](#349)) ([6665c9f](6665c9f))
  • Loading branch information
semantic-release-bot committed Oct 16, 2024
1 parent 6665c9f commit 1f18e01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.0.0](https://github.com/customerio/customerio-reactnative/compare/3.9.1...4.0.0) (2024-10-16)

### ⚠ BREAKING CHANGES

* react native as a source for Data pipelines (#349)

### Features

* react native as a source for Data pipelines ([#349](https://github.com/customerio/customerio-reactnative/issues/349)) ([6665c9f](https://github.com/customerio/customerio-reactnative/commit/6665c9f9c4a8d4f175bae86f0e0294e0dc3b8bd1))

## [3.9.1](https://github.com/customerio/customerio-reactnative/compare/3.9.0...3.9.1) (2024-10-10)

### Bug Fixes
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.9.1",
"version": "4.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 1f18e01

Please sign in to comment.