diff --git a/CHANGELOG.md b/CHANGELOG.md index e00b434..bf92f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.8](https://github.com/asyouplz/SpeechNote/compare/v4.0.7...v4.0.8) (2026-02-19) + +### ♻️ Code Refactoring + +* **ui:** consolidate settings architecture and wave3 fixes ([#67](https://github.com/asyouplz/SpeechNote/issues/67)) ([f62f8ee](https://github.com/asyouplz/SpeechNote/commit/f62f8eec5adee5c0c4a22498102490a3851d7e61)) + ## [4.0.7](https://github.com/asyouplz/SpeechNote/compare/v4.0.6...v4.0.7) (2026-02-04) ### 🐛 Bug Fixes diff --git a/manifest.json b/manifest.json index d4f0f06..e8f4cc4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speechnote", "name": "Speech to Text", - "version": "4.0.7", + "version": "4.0.8", "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 e8fc7aa..e8e3bf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.7", + "version": "4.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.7", + "version": "4.0.8", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", diff --git a/package.json b/package.json index 580a022..2cf311e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.7", + "version": "4.0.8", "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 16f2f90..f5c4469 100644 --- a/versions.json +++ b/versions.json @@ -22,5 +22,6 @@ "4.0.4": "0.15.0", "4.0.5": "0.15.0", "4.0.6": "0.15.0", - "4.0.7": "0.15.0" + "4.0.7": "0.15.0", + "4.0.8": "0.15.0" }