Skip to content

Commit

Permalink
Release/4.0.8 (#812)
Browse files Browse the repository at this point in the history
PR
- #806 
- #807 
- #809 

Resolve
- #811
  • Loading branch information
hyochan authored Oct 25, 2019
1 parent e33d06f commit 24f67d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelogs

- **[4.0.8]**
- Added subs to the list of unconsumed purchases [#807](https://github.com/dooboolab/react-native-iap/pull/807)
- Fixed promise never returned from requestSubscription() [#806](https://github.com/dooboolab/react-native-iap/pull/806)
- Fixed promise acceptation/rejection not propagated to JS [#809](https://github.com/dooboolab/react-native-iap/pull/809)
- **[4.0.7]**
- Correctly fix `andDangerouslyFinishTransactionAutomatically` default to `true`.
- **[4.0.5]**
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iap",
"version": "4.0.7",
"version": "4.0.8",
"description": "React Native In App Purchase Module.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -33,8 +33,7 @@
"react-native": ">=0.54"
},
"dependencies": {
"dooboolab-welcome": "^1.1.1",
"react-native-iap": "^4.0.0-rc13"
"dooboolab-welcome": "^1.1.1"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.2.0",
Expand Down

0 comments on commit 24f67d4

Please sign in to comment.