diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eef864..d2c02e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.5.1](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.5.0...v4.5.1) (2022-06-09) + + +### Bug Fixes + +* Use enum types instead of const in the TypeScript declaration file ([5e6dfeb](https://github.com/JuanSeBestia/react-native-wifi-reborn/commit/5e6dfebb8586a3f981893a4aa7e0a5e7bfabeca4)) + # [4.5.0](https://github.com/JuanSeBestia/react-native-wifi-reborn/compare/v4.4.2...v4.5.0) (2021-12-16) diff --git a/package-lock.json b/package-lock.json index 1b6b3f6..f4f2ae0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4f9e27..03f4899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wifi-reborn", - "version": "4.5.0", + "version": "4.5.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",