diff --git a/CHANGELOG.md b/CHANGELOG.md index b658c7e..d7a220e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## April 2023 +### `1.3.2` - 04/18/23 +#### Changes +- Update iOS generation to write xcode project via expo mod rather than directly to file system. +- Bump qs from 6.5.2 to 6.5.3 +- Bump decode-uri-component from 0.2.0 to 0.2.2 +- Bump @xmldom/xmldom from 0.7.5 to 0.7.10 +- Bump multiple dependency versions in OneSignal Example App (ua-parser-js, decode-uri-component, @sideway/formula, @xmldom/xmldom) + ## March 2023 ### `1.3.1` - 03/03/23 #### Changes diff --git a/examples/RNOneSignalExpoExample/package.json b/examples/RNOneSignalExpoExample/package.json index 1a4f704..8b0082d 100644 --- a/examples/RNOneSignalExpoExample/package.json +++ b/examples/RNOneSignalExpoExample/package.json @@ -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.1", + "onesignal-expo-plugin": "^1.3.2", "react": "17.0.2", "react-dom": "17.0.2", "react-native": "0.68.2", diff --git a/package.json b/package.json index 33b0f2b..bf6b4e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onesignal-expo-plugin", - "version": "1.3.1", + "version": "1.3.2", "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": {