diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ae4c2..2d3ae42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.6](https://github.com/opensrc0/fe-pilot/compare/v1.6.5...v1.6.6) (2024-8-4) + + +### Bug Fixes + +* **package.json:** support direct import ([61452d0](https://github.com/opensrc0/fe-pilot/commit/61452d00f83f02bda6984f49c40f013491b9f5f5)) + ## [1.6.5](https://github.com/opensrc0/fe-pilot/compare/v1.6.4...v1.6.5) (2024-8-4) diff --git a/package-lock.json b/package-lock.json index c14ffc7..d509d4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.6.5", + "version": "1.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.6.5", + "version": "1.6.6", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index b711f9d..68a960d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.6.5", + "version": "1.6.6", "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": {