Skip to content

Commit 6cc1bac

Browse files
chore(release): 11.3.2 [skip ci]
## [11.3.2](react-native-netinfo/react-native-netinfo@v11.3.1...v11.3.2) (2024-05-11) ### Bug Fixes * **types:** isConnected / isInternetReachable should be boolean not true ([react-native-netinfo#721](react-native-netinfo#721)) ([6e2c422](react-native-netinfo@6e2c422))
1 parent 6e2c422 commit 6cc1bac

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+
## [11.3.2](https://github.com/react-native-netinfo/react-native-netinfo/compare/v11.3.1...v11.3.2) (2024-05-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** isConnected / isInternetReachable should be boolean not true ([#721](https://github.com/react-native-netinfo/react-native-netinfo/issues/721)) ([6e2c422](https://github.com/react-native-netinfo/react-native-netinfo/commit/6e2c422))
7+
18
## [11.3.1](https://github.com/react-native-netinfo/react-native-netinfo/compare/v11.3.0...v11.3.1) (2024-02-27)
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": "11.3.1",
3+
"version": "11.3.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)