Skip to content

Commit 2bc1c34

Browse files
committed
Release 3.4.1
1 parent ae9e0b5 commit 2bc1c34

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
- **[3.4.+]**
44
- Makes module possible to be built in older XCode version [#650](https://github.com/dooboolab/react-native-iap/pull/650).
55
- Makes iOS `getSubscriptions` return subscriptions that only received ids [#654](https://github.com/dooboolab/react-native-iap/pull/654)
6+
- **[3.4.1]**
7+
- Method to retrive pending transaction [#663](https://github.com/dooboolab/react-native-iap/pull/663)
8+
- Fixed missing `autoRenewingAndroid` key [#670](https://github.com/dooboolab/react-native-iap)
69
- **[3.3.+]**
710
- Fix flow tying [#594](https://github.com/dooboolab/react-native-iap/pull/594).
811
- Handle null pointer exception [#600](https://github.com/dooboolab/react-native-iap/issues/600).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iap",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "React Native In App Purchase Module.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)