Skip to content

Commit 7720102

Browse files
chore(release): 4.13.6 [skip ci]
## [4.13.6](v4.13.5...v4.13.6) (2025-06-25) ### Bug Fixes * suggestWifiNetwork (android) resolves immediately with status message instead of waiting for a broadcast that might never happen ([#442](#442)) ([7437d9a](7437d9a))
1 parent 7437d9a commit 7720102

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.13.6](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.13.5...v4.13.6) (2025-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* suggestWifiNetwork (android) resolves immediately with status message instead of waiting for a broadcast that might never happen ([#442](https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/442)) ([7437d9a](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/7437d9ab5cd8ed2965b6fe3553c08ff6552d075b))
7+
18
## [4.13.5](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.13.4...v4.13.5) (2025-04-02)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-wifi-reborn",
3-
"version": "4.13.5",
3+
"version": "4.13.6",
44
"description": "A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.",
55
"types": "lib/types/index.d.ts",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)