Skip to content

Commit

Permalink
chore: prepare for 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
## [2.0.0-alpha.1](1.0.1-alpha.3...2.0.0-alpha.1) (2022-12-19)

### ⚠ BREAKING CHANGES

* bumped ios version to 2.0.0

### Features

* expo user agent ([#49](#49)) ([377300c](377300c))

### Bug Fixes

* bumped ios version to 2.0.0 ([95f74b9](95f74b9))
  • Loading branch information
semantic-release-bot committed Dec 19, 2022
1 parent 7bc0d07 commit 532c5c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.0.0-alpha.1](https://github.com/customerio/customerio-reactnative/compare/1.0.1-alpha.3...2.0.0-alpha.1) (2022-12-19)


### ⚠ BREAKING CHANGES

* bumped ios version to 2.0.0

### Features

* expo user agent ([#49](https://github.com/customerio/customerio-reactnative/issues/49)) ([377300c](https://github.com/customerio/customerio-reactnative/commit/377300c76d1e8856908c0b231bb8cc2c4b51f97c))


### Bug Fixes

* bumped ios version to 2.0.0 ([95f74b9](https://github.com/customerio/customerio-reactnative/commit/95f74b9c5e25e7d60e688de11459c83e30b50ae6))

### [1.0.1-alpha.3](https://github.com/customerio/customerio-reactnative/compare/1.0.1-alpha.2...1.0.1-alpha.3) (2022-12-01)


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": "1.0.1-alpha.3",
"version": "2.0.0-alpha.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 532c5c4

Please sign in to comment.