diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e3997..6f844ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.11.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.10.1...v4.11.0) (2024-02-12) + + +### Features + +* **iOS, Loop patch:** check the connected WiFi network repeatedly until it's the one we requested ([#301](https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/301)) ([e7088be](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/e7088be14546c2da79e225aad1295e32728bb558)) + ## [4.10.1](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.10.0...v4.10.1) (2023-11-06) diff --git a/package-lock.json b/package-lock.json index 3bd565f..949fa30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-wifi-reborn", - "version": "4.10.1", + "version": "4.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-wifi-reborn", - "version": "4.10.1", + "version": "4.11.0", "license": "ISC", "devDependencies": { "@babel/core": "^7.8.3", diff --git a/package.json b/package.json index 4c42d46..ff91f8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.10.1", + "version": "4.11.0", "description": "A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.", "types": "lib/types/index.d.ts", "main": "src/index.js",