diff --git a/CHANGELOG.md b/CHANGELOG.md index a00efc72..276afc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ # Changelog +## [v0.0.10](https://github.com/ainoya/chrome-extension-web-transcriptor-ai/compare/v0.0.9...v0.0.10) - 2024-11-11 +- Update dependency autoprefixer to v10.4.20 - autoclosed by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/5 +- Update token by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/14 +- fix manifest by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/13 +- Update dependency @types/chrome to ^0.0.280 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/1 + ## [v0.0.9](https://github.com/ainoya/chrome-extension-web-transcriptor-ai/commits/v0.0.9) - 2024-11-11 diff --git a/package.json b/package.json index 6c07320c..493ec481 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chrome-extension-transcriptor", "private": true, - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "type": "module", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 589cdf98..a011cff7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "AI Transcriptior", - "version": "0.9", + "version": "0.10", "description": "Transcribe audio to text using AI", "permissions": [ "activeTab", @@ -24,7 +24,9 @@ "service_worker": "assets/background.js", "type": "module" }, - "host_permissions": [""], + "host_permissions": [ + "" + ], "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png",