From 6cbe785fcc38f95f78063aec59dacb96236064f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Feb 2026 07:12:26 +0000 Subject: [PATCH] chore(release): 4.0.7 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.0.7](https://github.com/asyouplz/SpeechNote/compare/v4.0.6...v4.0.7) (2026-02-04) ### 🐛 Bug Fixes * address obsidian review findings ([#65](https://github.com/asyouplz/SpeechNote/issues/65)) ([e28c350](https://github.com/asyouplz/SpeechNote/commit/e28c35058125dab6eda98f53708634ca658cfa3c)) --- CHANGELOG.md | 6 ++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c000b1..e00b434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.7](https://github.com/asyouplz/SpeechNote/compare/v4.0.6...v4.0.7) (2026-02-04) + +### 🐛 Bug Fixes + +* address obsidian review findings ([#65](https://github.com/asyouplz/SpeechNote/issues/65)) ([e28c350](https://github.com/asyouplz/SpeechNote/commit/e28c35058125dab6eda98f53708634ca658cfa3c)) + ## [4.0.6](https://github.com/asyouplz/SpeechNote/compare/v4.0.5...v4.0.6) (2026-02-03) ### 🐛 Bug Fixes diff --git a/manifest.json b/manifest.json index efa89fe..53c20cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speechnote", "name": "Speech to Text", - "version": "4.0.6", + "version": "4.0.7", "minAppVersion": "0.15.0", "description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)", "author": "Taesun Lee", diff --git a/package-lock.json b/package-lock.json index 022ef03..e8fc7aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.6", + "version": "4.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.6", + "version": "4.0.7", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", diff --git a/package.json b/package.json index 075140f..580a022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.6", + "version": "4.0.7", "description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0a4bf61..16f2f90 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "4.0.3": "0.15.0", "4.0.4": "0.15.0", "4.0.5": "0.15.0", - "4.0.6": "0.15.0" + "4.0.6": "0.15.0", + "4.0.7": "0.15.0" }