Skip to content

Commit

Permalink
chore: prepare for 1.0.0-beta.14
Browse files Browse the repository at this point in the history
## [1.0.0-beta.14](1.0.0-beta.13...1.0.0-beta.14) (2024-02-12)

### Features

* automatically handle push click events and increase compatibility with 3rd party push modules ([#112](#112)) ([a67e345](a67e345))
semantic-release-bot committed Feb 12, 2024
1 parent 5e96640 commit 5b767bc
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.0-beta.14](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.13...1.0.0-beta.14) (2024-02-12)


### Features

* automatically handle push click events and increase compatibility with 3rd party push modules ([#112](https://github.com/customerio/customerio-expo-plugin/issues/112)) ([a67e345](https://github.com/customerio/customerio-expo-plugin/commit/a67e3454bd5510dea122c8e027b87707af4d5104))

## [1.0.0-beta.13](https://github.com/customerio/customerio-expo-plugin/compare/1.0.0-beta.12...1.0.0-beta.13) (2023-08-07)


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-beta.13",
"version": "1.0.0-beta.14",
"description": "Expo config plugin for the Customer IO React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",

0 comments on commit 5b767bc

Please sign in to comment.