diff --git a/CHANGELOG.md b/CHANGELOG.md index 138f526..49ae4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.5](https://github.com/opensrc0/fe-pilot/compare/v1.6.4...v1.6.5) (2024-8-4) + + +### Bug Fixes + +* **package.json:** right export ([e21cb95](https://github.com/opensrc0/fe-pilot/commit/e21cb955e23b41d907ac9efdb0d140a7a56a78a5)) + ## [1.6.4](https://github.com/opensrc0/fe-pilot/compare/v1.6.3...v1.6.4) (2024-8-3) diff --git a/package-lock.json b/package-lock.json index c1a928d..de9bdc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.6.4", + "version": "1.6.5", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index de7165a..0cd3149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.6.4", + "version": "1.6.5", "description": "scanner in web, phonebook in web, autofill otp in web, share web, TextToSpeech in web, Voice Recognition in web, live location tracking in web, detect my location web, wakelock in web, color picker, WhatsappShare, SnapScanner, NetworkMonitor, View360", "main": "index.js", "scripts": {