Skip to content

Commit

Permalink
Merge pull request #10 from ainoya/tagpr-from-v0.0.9
Browse files Browse the repository at this point in the history
Release for v0.0.10
  • Loading branch information
ainoya authored Nov 11, 2024
2 parents f678631 + 430ca23 commit 6b56464
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chrome-extension-transcriptor",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,7 +24,9 @@
"service_worker": "assets/background.js",
"type": "module"
},
"host_permissions": ["<all_urls>"],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
Expand Down

0 comments on commit 6b56464

Please sign in to comment.