diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f844ff..f680d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [4.12.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.11.0...v4.12.0) (2024-03-26) + + +### Bug Fixes + +* **android:** re-add onLost method ([be1d872](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/be1d872d3be8c9ed84a92ea9f7c0ab20935ea388)) +* IOS method ([b5bdb35](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/b5bdb35f5c51c35e2b8a4d50a9474cd396e40407)) +* removed assert password != null ([93d737a](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/93d737aef7dd5a1b1d2dcb0e5bbf2bc796c05138)) +* use enum for error ([7b7587c](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/7b7587c27ff8b4544a4b05cb62e93740188cce2c)) + + +### Features + +* add new method connectToProtectedWifiSSID ([1813073](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/1813073561a837e3a7a5eedd413fa76f003702ae)) +* add nullable password ([75ff05f](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/75ff05fd37185c2e2b5302a2c1e373447e0e4f2d)) +* **android:** add timeout parameter ([9426913](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/94269130b3ac7589accd653b8ac2948083618d72)) +* update README ([8970ba4](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/8970ba47d368e189e9f6af4d2eb060617ecfb872)) + # [4.11.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.10.1...v4.11.0) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index 949fa30..46b5e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-wifi-reborn", - "version": "4.11.0", + "version": "4.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-wifi-reborn", - "version": "4.11.0", + "version": "4.12.0", "license": "ISC", "devDependencies": { "@babel/core": "^7.8.3", diff --git a/package.json b/package.json index ff91f8c..356d4a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.11.0", + "version": "4.12.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",