Skip to content

Commit

Permalink
Merge pull request #23 from ainoya/tagpr-from-v0.0.11
Browse files Browse the repository at this point in the history
Release for v0.0.12
  • Loading branch information
ainoya authored Nov 11, 2024
2 parents 521cc44 + ac2724c commit 52b2076
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.0.12](https://github.com/ainoya/chrome-extension-web-transcriptor-ai/compare/v0.0.11...v0.0.12) - 2024-11-11
- Update dependency tailwind-merge to v2.5.4 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/22
- Update dependency tailwindcss to v3.4.14 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/8
- Update dependency @types/node to v20.17.6 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/15
- Enable automerge for minor and patch updates in Renovate configuration by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/24
- format renovate.json by @ainoya in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/25
- Update dependency node to v20.18.0 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/21

## [v0.0.11](https://github.com/ainoya/chrome-extension-web-transcriptor-ai/compare/v0.0.10...v0.0.11) - 2024-11-11
- Update dependency lucide-react to ^0.456.0 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/16
- Update dependency @vitejs/plugin-react-swc to v3.7.1 by @renovate in https://github.com/ainoya/chrome-extension-web-transcriptor-ai/pull/2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11",
"version": "0.0.12",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.11",
"version": "0.12",
"description": "Transcribe audio to text using AI",
"permissions": [
"activeTab",
Expand Down

0 comments on commit 52b2076

Please sign in to comment.