diff --git a/CHANGELOG.md b/CHANGELOG.md index e40c04a..7a4d13e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.15](https://github.com/asyouplz/SpeechNote/compare/v4.0.14...v4.0.15) (2026-03-16) + +### 🐛 Bug Fixes + +* address obsidian review bot settings copy ([#82](https://github.com/asyouplz/SpeechNote/issues/82)) ([de37e9f](https://github.com/asyouplz/SpeechNote/commit/de37e9f814e063f3a6d74808199dd20a2ae38b99)) + ## [4.0.14](https://github.com/asyouplz/SpeechNote/compare/v4.0.13...v4.0.14) (2026-03-15) ### 🐛 Bug Fixes diff --git a/manifest.json b/manifest.json index 66b60d8..eeb8a47 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speechnote", "name": "Speech to Text", - "version": "4.0.14", + "version": "4.0.15", "minAppVersion": "0.15.0", "description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)", "author": "Taesun Lee", diff --git a/package-lock.json b/package-lock.json index 7daf71c..d62dde9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.14", + "version": "4.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.14", + "version": "4.0.15", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", diff --git a/package.json b/package.json index 446921c..4b6d395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.14", + "version": "4.0.15", "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 3260cd8..5489044 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "4.0.11": "0.15.0", "4.0.12": "0.15.0", "4.0.13": "0.15.0", - "4.0.14": "0.15.0" + "4.0.14": "0.15.0", + "4.0.15": "0.15.0" }