diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d88857..e1b3d8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 +- If using an app ejected from Expo to ExpoKit, the Android project wouldn't build since it couldn't find the react-native dependency. This release should fix it for 2.0.0 +- Adds setFinishTransactions for iOS + ## 2.0.0 - Updates native SDKs to versions iOS 2.0.0 and Android 2.0.1 - Checks that the user ID sent to setup, identify or create alias is actually a string #28 diff --git a/package.json b/package.json index 4cfd893f..beaf409b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "index.js", "scripts": {