Skip to content

Commit 77da13a

Browse files
chore(release): 11.4.1 [skip ci]
## [11.4.1](react-native-netinfo/react-native-netinfo@v11.4.0...v11.4.1) (2024-09-20) ### Bug Fixes * ensure one reachability check in-flight at once / proper useEffect listener cleanup ([react-native-netinfo#732](react-native-netinfo#732)) ([eaed080](react-native-netinfo@eaed080))
1 parent eaed080 commit 77da13a

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.4.1](https://github.com/react-native-netinfo/react-native-netinfo/compare/v11.4.0...v11.4.1) (2024-09-20)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure one reachability check in-flight at once / proper useEffect listener cleanup ([#732](https://github.com/react-native-netinfo/react-native-netinfo/issues/732)) ([eaed080](https://github.com/react-native-netinfo/react-native-netinfo/commit/eaed080))
7+
18
# [11.4.0](https://github.com/react-native-netinfo/react-native-netinfo/compare/v11.3.3...v11.4.0) (2024-09-12)
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.4.0",
3+
"version": "11.4.1",
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)