Skip to content

Commit

Permalink
chore: prepare for 1.0.0-alpha.6
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.6](1.0.0-alpha.5...1.0.0-alpha.6) (2022-12-30)

### ⚠ BREAKING CHANGES

* changed googleServicesFilePath to googleServicesFile (#16)

### Features

* fixed issues with adding file to target ([#10](#10)) ([0674c66](0674c66))
* rich push environment variable setup ([#23](#23)) ([8d83c95](8d83c95))
* user agent for expo ([#8](#8)) ([19e78b1](19e78b1))

### Code Refactoring

* changed googleServicesFilePath to googleServicesFile ([#16](#16)) ([26be4db](26be4db))
  • Loading branch information
semantic-release-bot committed Dec 30, 2022
1 parent 82f152c commit 4c58d2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.0.0-alpha.6](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-alpha.5...1.0.0-alpha.6) (2022-12-30)


### ⚠ BREAKING CHANGES

* changed googleServicesFilePath to googleServicesFile (#16)

### Features

* fixed issues with adding file to target ([#10](https://github.com/customerio/customerio-expo-plugin/issues/10)) ([0674c66](https://github.com/customerio/customerio-expo-plugin/commit/0674c6624dad61fdaa86800327c32f66a37470da))
* rich push environment variable setup ([#23](https://github.com/customerio/customerio-expo-plugin/issues/23)) ([8d83c95](https://github.com/customerio/customerio-expo-plugin/commit/8d83c955ea2f19d9d8ab9a10c069279f1f57db0e))
* user agent for expo ([#8](https://github.com/customerio/customerio-expo-plugin/issues/8)) ([19e78b1](https://github.com/customerio/customerio-expo-plugin/commit/19e78b1f00b04627004af4fa7f2a53c1b0f33ac8))


### Code Refactoring

* changed googleServicesFilePath to googleServicesFile ([#16](https://github.com/customerio/customerio-expo-plugin/issues/16)) ([26be4db](https://github.com/customerio/customerio-expo-plugin/commit/26be4db53893432882b52b25c6040b40c76bca7b))

## [1.0.0-alpha.5](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2022-12-20)


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-expo-plugin",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "Expo config plugin for the Customer IO React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 4c58d2c

Please sign in to comment.