diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3ae42..30da12d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.6.7](https://github.com/opensrc0/fe-pilot/compare/v1.6.6...v1.6.7) (2024-8-4) + + +### Bug Fixes + +* **package.json:** support direct import ([b444d18](https://github.com/opensrc0/fe-pilot/commit/b444d18286a6bc2a0bfa836098ff3ae75bf3ad4b)) +* **package.json:** support of esm ([f0bda8b](https://github.com/opensrc0/fe-pilot/commit/f0bda8b161ca79f6615e86f998e2f2e8efb54f10)) + ## [1.6.6](https://github.com/opensrc0/fe-pilot/compare/v1.6.5...v1.6.6) (2024-8-4) diff --git a/package-lock.json b/package-lock.json index d509d4e..e31736a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.6.6", + "version": "1.6.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.6.6", + "version": "1.6.7", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index 6fd76b1..4257856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.6.6", + "version": "1.6.7", "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": {