From 8dfa6293a6a0ec5c15c0bc858eb106be8936625d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Mar 2024 10:28:20 +0000 Subject: [PATCH] chore(release): 4.12.1 [skip ci] ## [4.12.1](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.12.0...v4.12.1) (2024-03-28) ### Bug Fixes * crash on Android when isHidden params not passed ([e3d7dcc](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/e3d7dcc0910a26d50f8689e38acb7441f4343927)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f680d59..7c4fd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.12.1](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.12.0...v4.12.1) (2024-03-28) + + +### Bug Fixes + +* crash on Android when isHidden params not passed ([e3d7dcc](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/e3d7dcc0910a26d50f8689e38acb7441f4343927)) + # [4.12.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.11.0...v4.12.0) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index 46b5e0e..aafc6bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-wifi-reborn", - "version": "4.12.0", + "version": "4.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-wifi-reborn", - "version": "4.12.0", + "version": "4.12.1", "license": "ISC", "devDependencies": { "@babel/core": "^7.8.3", diff --git a/package.json b/package.json index 356d4a3..c92b8ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.12.0", + "version": "4.12.1", "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",