Skip to content

Commit 1828b9b

Browse files
chore(release): 4.13.3 [skip ci]
## [4.13.3](v4.13.2...v4.13.3) (2025-01-20) ### Bug Fixes * **ios:** prevent crash when canceling WiFi connection ([#425](#425)) ([e398406](e398406)), closes [#424](#424)
1 parent e398406 commit 1828b9b

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.3](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.13.2...v4.13.3) (2025-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** prevent crash when canceling WiFi connection ([#425](https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/425)) ([e398406](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/e398406e87a15fc452bb230ce204d5c7382b3af4)), closes [#424](https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/424)
7+
18
## [4.13.2](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.13.1...v4.13.2) (2025-01-18)
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.2",
3+
"version": "4.13.3",
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)