From d63f0c5ab1b73fd20c32444a0475cb0979ec00d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Nov 2024 13:49:18 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- package.json | 2 +- public/manifest.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c07320..493ec48 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 589cdf9..a011cff 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", From 430ca23f72b5a6ec6547111d25d8fea9ecc129ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Nov 2024 13:49:19 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a00efc7..276afc3 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