From 24f67d4e551b73162f2c9af285f502bf6747d386 Mon Sep 17 00:00:00 2001 From: Hyo Chan Jang Date: Fri, 25 Oct 2019 10:12:41 +0900 Subject: [PATCH] Release/4.0.8 (#812) PR - #806 - #807 - #809 Resolve - #811 --- CHANGELOG.md | 4 ++++ package.json | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73add3474..0dad6d697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]** diff --git a/package.json b/package.json index 4156df37c..30b33a4c7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",