Skip to content

Commit

Permalink
Merge pull request #148 from OneSignal/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
brismithers committed Nov 30, 2022
2 parents d566350 + dd122d7 commit 9927be8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## November 2022
### `1.3.0` - 11/30/22
#### Changes
- Add `iosNSEFilePath` configuration options to the plugin, which allows an app to specify a custom iOS Notification Service Extension.

## October 2022
### `1.2.0` - 10/25/22
#### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/RNOneSignalExpoExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo-dev-client": "~0.9.5",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"onesignal-expo-plugin": "^1.2.0",
"onesignal-expo-plugin": "^1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
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": "onesignal-expo-plugin",
"version": "1.2.0",
"version": "1.3.0",
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.",
"main": "./app.plugin.js",
"scripts": {
Expand Down

0 comments on commit 9927be8

Please sign in to comment.