Skip to content

Commit 67cafd6

Browse files
chore(release): 1.0.0-alpha.2 [skip ci]
## [1.0.0-alpha.2](1.0.0-alpha.1...1.0.0-alpha.2) (2022-06-28) ### Features * device attributes and other configurable properties ([#4](#4)) ([bd79d96](bd79d96)) ### Bug Fixes * push notifications integration ([#10](#10)) ([5d7752d](5d7752d))
1 parent f230daf commit 67cafd6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.0-alpha.2](https://github.com/customerio/customerio-reactnative/compare/1.0.0-alpha.1...1.0.0-alpha.2) (2022-06-28)
2+
3+
4+
### Features
5+
6+
* device attributes and other configurable properties ([#4](https://github.com/customerio/customerio-reactnative/issues/4)) ([bd79d96](https://github.com/customerio/customerio-reactnative/commit/bd79d96ecfd8724e979241d6f58324d26b5e1748))
7+
8+
9+
### Bug Fixes
10+
11+
* push notifications integration ([#10](https://github.com/customerio/customerio-reactnative/issues/10)) ([5d7752d](https://github.com/customerio/customerio-reactnative/commit/5d7752d9732bd591be5153df6c5e46aed615bb04))
12+
113
## 1.0.0-alpha.1 (2022-06-23)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "customerio-reactnative",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)