Skip to content

Commit

Permalink
Merge pull request #161 from OneSignal/rel/1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
brismithers committed Mar 3, 2023
2 parents b539ce5 + 19f69ac commit 5267b9a
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.

## March 2023
### `1.3.1` - 03/03/23
#### Changes
- Update monorepo logic to rely on the more reliable `require.resolve` to find the `onesignal-expo-plugin` package.

## November 2022
### `1.3.0` - 11/30/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.3.0",
"onesignal-expo-plugin": "^1.3.1",
"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.3.0",
"version": "1.3.1",
"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 5267b9a

Please sign in to comment.