We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cb4d3 commit 1f83d63Copy full SHA for 1f83d63
CHANGELOG.md
@@ -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
8
## [5.9.2](https://github.com/react-native-community/react-native-netinfo/compare/v5.9.1...v5.9.2) (2020-05-26)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/netinfo",
- "version": "5.9.2",
+ "version": "5.9.3",
"description": "React Native Network Info API for iOS & Android",
"react-native": "src/index.ts",
"types": "lib/typescript/src/index.d.ts",
0 commit comments