diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e314e..21c6ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.4](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.3.3...v4.3.4) (2020-12-19) + + +### Bug Fixes + +* **Android:** Fix BSSID type ([#146](https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/146)) ([a769618](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/a76961872638858275727ddceda04a5d5ab6d1bf)) + ## [4.3.3](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.3.2...v4.3.3) (2020-10-19) diff --git a/package-lock.json b/package-lock.json index 1cf74b1..6d46e36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.3.3", + "version": "4.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e32e61b..ca694f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.3.3", + "version": "4.3.4", "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",