Skip to content

Commit 1f83d63

Browse files
chore(release): 5.9.3 [skip ci]
## [5.9.3](react-native-netinfo/react-native-netinfo@v5.9.2...v5.9.3) (2020-06-19) ### Bug Fixes * added strength wifi property to typescript ([react-native-netinfo#377](react-native-netinfo#377)) ([e8cb4d3](react-native-netinfo@e8cb4d3))
1 parent e8cb4d3 commit 1f83d63

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.9.3](https://github.com/react-native-community/react-native-netinfo/compare/v5.9.2...v5.9.3) (2020-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* added strength wifi property to typescript ([#377](https://github.com/react-native-community/react-native-netinfo/issues/377)) ([e8cb4d3](https://github.com/react-native-community/react-native-netinfo/commit/e8cb4d3))
7+
18
## [5.9.2](https://github.com/react-native-community/react-native-netinfo/compare/v5.9.1...v5.9.2) (2020-05-26)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/netinfo",
3-
"version": "5.9.2",
3+
"version": "5.9.3",
44
"description": "React Native Network Info API for iOS & Android",
55
"react-native": "src/index.ts",
66
"types": "lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)