Skip to content

Commit

Permalink
chore(release): 4.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.12.0](v4.11.0...v4.12.0) (2024-03-26)

### Bug Fixes

* **android:** re-add onLost method ([be1d872](be1d872))
* IOS method ([b5bdb35](b5bdb35))
* removed assert password != null ([93d737a](93d737a))
* use enum for error ([7b7587c](7b7587c))

### Features

* add new method connectToProtectedWifiSSID ([1813073](1813073))
* add nullable password ([75ff05f](75ff05f))
* **android:** add timeout parameter ([9426913](9426913))
* update README ([8970ba4](8970ba4))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent 93d737a commit 5f981f7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5f981f7

Please sign in to comment.