Skip to content

Commit

Permalink
chore(release): 4.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.13.0](v4.12.1...v4.13.0) (2024-09-17)

### Bug Fixes

* add semicolon ([561ea0a](561ea0a))
* fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull ([b3f4e84](b3f4e84))
* use node 20 for semantic-release ([f516e8d](f516e8d))

### Features

* **iOS:** Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue [#303](#303) ([d98ccfc](d98ccfc))
  • Loading branch information
semantic-release-bot committed Sep 17, 2024
1 parent f516e8d commit 80bbdd7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.13.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.12.1...v4.13.0) (2024-09-17)


### Bug Fixes

* add semicolon ([561ea0a](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/561ea0a12a57cf7bde6caf573258f1e82dbcc43e))
* fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull ([b3f4e84](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/b3f4e8480ed7146e0300117d6b2f9208c0a3b4e8))
* use node 20 for semantic-release ([f516e8d](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/f516e8dbf39aea549f281d23253535e25ff41ecb))


### Features

* **iOS:** Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue [#303](https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/303) ([d98ccfc](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/d98ccfc42844826a45270f97567fd8bdba430fec))

## [4.12.1](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.12.0...v4.12.1) (2024-03-28)


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.12.1",
"version": "4.13.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 80bbdd7

Please sign in to comment.