Skip to content

Commit

Permalink
Preparing for version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Apr 12, 2019
1 parent 9f73922 commit 77976ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 77976ed

Please sign in to comment.