Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 3b5719b

Browse files
chore(release): 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2019-01-08) ### Bug Fixes * **android:** guard against null json value ([9e7f83d](9e7f83d))
1 parent 2866b44 commit 3b5719b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.3](https://github.com/brandingbrand/react-native-leanplum/compare/v2.0.2...v2.0.3) (2019-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** guard against null json value ([9e7f83d](https://github.com/brandingbrand/react-native-leanplum/commit/9e7f83d))
7+
18
## [2.0.2](https://github.com/brandingbrand/react-native-leanplum/compare/v2.0.1...v2.0.2) (2018-10-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "echo \"react-native-leanplum tests not yet implemented\""
3535
},
3636
"types": "./typings/index.d.ts",
37-
"version": "2.0.2",
37+
"version": "2.0.3",
3838
"release": {
3939
"verifyConditions": [
4040
"@semantic-release/changelog",

0 commit comments

Comments
 (0)