Skip to content

Commit fe41ff3

Browse files
chore(release): 9.4.2 [skip ci]
## [9.4.2](react-native-netinfo/react-native-netinfo@v9.4.1...v9.4.2) (2023-11-01) ### Bug Fixes * **types:** add optional isWifiEnabled boolean to NetInfoUnknownState + NetInfoDisconnectedState ([react-native-netinfo#680](react-native-netinfo#680)) ([46c4c71](react-native-netinfo@46c4c71))
1 parent 46c4c71 commit fe41ff3

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+
## [9.4.2](https://github.com/react-native-netinfo/react-native-netinfo/compare/v9.4.1...v9.4.2) (2023-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** add optional isWifiEnabled boolean to NetInfoUnknownState + NetInfoDisconnectedState ([#680](https://github.com/react-native-netinfo/react-native-netinfo/issues/680)) ([46c4c71](https://github.com/react-native-netinfo/react-native-netinfo/commit/46c4c71))
7+
18
## [9.4.1](https://github.com/react-native-netinfo/react-native-netinfo/compare/v9.4.0...v9.4.1) (2023-06-29)
29

310

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-community/netinfo",
3-
"version": "9.4.1",
3+
"version": "9.4.2",
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)