Skip to content

Commit

Permalink
Release 4.0.4 (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan authored Oct 9, 2019
1 parent 2572d56 commit f68536f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]**
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ react-native-iap
Quick News
----------
- `[email protected]` 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f68536f

Please sign in to comment.