diff --git a/CHANGELOG.md b/CHANGELOG.md index bc76c4613..5c8ac0bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## Changelogs +- **[4.0.4]** + - Call correct methods in finishTransaction Android [#778](https://github.com/dooboolab/react-native-iap/pull/778) +- **[4.0.3]** + - Bugfix in [#771](https://github.com/dooboolab/react-native-iap/issues/771) - **[4.0.2]** - Bugfix in [#769](https://github.com/dooboolab/react-native-iap/issues/769) - **[4.0.1]** diff --git a/README.md b/README.md index 5ec6261f9..2b65349cc 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ react-native-iap Quick News ---------- - `react-native-iap@4.0.0` has been released. You can see [#716](https://github.com/dooboolab/react-native-iap/pull/716) for updates. -- For early stages, You can install pre-releases version by running `npm install --save reqct-native-iap@next` +- ~~For early stages, You can install pre-releases version by running `npm install --save reqct-native-iap@next`~~ + - `next` package isn't maintained currently. This will be re-opened when there is breaking change comming to support `iap`. - In the past, `react-native-iap@^3.*` has been updated very prompty for migration issues. Don't get suprised too much on why it is bumping up version so quickly these days. 1. Migrated to new `AndroidX` APIs. diff --git a/package.json b/package.json index 23310837c..ff3df40d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iap", - "version": "4.0.3", + "version": "4.0.4", "description": "React Native In App Purchase Module.", "main": "index.js", "types": "index.d.ts",