diff --git a/CHANGELOG.md b/CHANGELOG.md index 186fce5..63e3997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.10.1](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.10.0...v4.10.1) (2023-11-06) + + +### Bug Fixes + +* **npm:** remove engines from package.json ([8bd1385](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/8bd13854ad02350c7a2477279e551a892062ab76)) + # [4.10.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.9.0...v4.10.0) (2023-10-27) diff --git a/package-lock.json b/package-lock.json index 34bfb2c..3bd565f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-wifi-reborn", - "version": "4.10.0", + "version": "4.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-wifi-reborn", - "version": "4.10.0", + "version": "4.10.1", "license": "ISC", "devDependencies": { "@babel/core": "^7.8.3", diff --git a/package.json b/package.json index 041df35..4c42d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.10.0", + "version": "4.10.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",