Skip to content

Commit 71f36ec

Browse files
committed
Release to 1.2.2.
Return an error when it fails to parse json.
1 parent ae58b80 commit 71f36ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Also there are some other methods that is not supported in ios and implemented i
7575
Lastly, this module also supports types for typescript users from `0.2.5`.
7676

7777
## Changelogs
78+
- **[1.2.2]**
79+
+ Return an err when it failse to parse json in android related to [issue](https://github.com/dooboolab/react-native-iap/pull/196).
7880
- **[1.2.0]**
7981
+ Fixed example project to work again.
8082
- **[1.1.6]**

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": "1.2.1",
3+
"version": "1.2.2",
44
"description": "React Native In App Purchase Module.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)