From 30b3f06e7bcad180a943cd9aecab1ed09a9e7595 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Mar 2026 08:31:13 +0000 Subject: [PATCH] chore(release): 4.0.10 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.0.10](https://github.com/asyouplz/SpeechNote/compare/v4.0.9...v4.0.10) (2026-03-13) ### 🐛 Bug Fixes * **ui:** align settings review follow-ups ([#73](https://github.com/asyouplz/SpeechNote/issues/73)) ([1686d84](https://github.com/asyouplz/SpeechNote/commit/1686d84e85e5c4a69316121ae4874f4eb7ae0e60)) ### 🔧 Maintenance * **deps:** bump minimatch ([#72](https://github.com/asyouplz/SpeechNote/issues/72)) ([f5638bf](https://github.com/asyouplz/SpeechNote/commit/f5638bf4a4535ba97648e2fef2d3a57c65c18a04)) * **deps:** bump tar and npm ([#71](https://github.com/asyouplz/SpeechNote/issues/71)) ([e1e6521](https://github.com/asyouplz/SpeechNote/commit/e1e6521b5e8bfe7d8f37d4b8ab90b8b32fad38dd)) --- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- versions.json | 3 ++- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d38bb90..e6081d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.0.10](https://github.com/asyouplz/SpeechNote/compare/v4.0.9...v4.0.10) (2026-03-13) + +### 🐛 Bug Fixes + +* **ui:** align settings review follow-ups ([#73](https://github.com/asyouplz/SpeechNote/issues/73)) ([1686d84](https://github.com/asyouplz/SpeechNote/commit/1686d84e85e5c4a69316121ae4874f4eb7ae0e60)) + +### 🔧 Maintenance + +* **deps:** bump minimatch ([#72](https://github.com/asyouplz/SpeechNote/issues/72)) ([f5638bf](https://github.com/asyouplz/SpeechNote/commit/f5638bf4a4535ba97648e2fef2d3a57c65c18a04)) +* **deps:** bump tar and npm ([#71](https://github.com/asyouplz/SpeechNote/issues/71)) ([e1e6521](https://github.com/asyouplz/SpeechNote/commit/e1e6521b5e8bfe7d8f37d4b8ab90b8b32fad38dd)) + ## [4.0.9](https://github.com/asyouplz/SpeechNote/compare/v4.0.8...v4.0.9) (2026-03-10) ### 🐛 Bug Fixes diff --git a/manifest.json b/manifest.json index fbc212a..8519b12 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speechnote", "name": "Speech to Text", - "version": "4.0.9", + "version": "4.0.10", "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 2866811..abf081f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.9", + "version": "4.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.9", + "version": "4.0.10", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", @@ -39,7 +39,7 @@ "jest-sonar-reporter": "^2.0.0", "jest-watch-typeahead": "^2.2.2", "lint-staged": "^16.2.7", - "obsidian": "*", + "obsidian": "latest", "prettier": "^2.8.8", "semantic-release": "^25.0.2", "ts-jest": "^29.1.0", diff --git a/package.json b/package.json index b93af09..4b86679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.9", + "version": "4.0.10", "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 23ed85a..0ff9b8d 100644 --- a/versions.json +++ b/versions.json @@ -24,5 +24,6 @@ "4.0.6": "0.15.0", "4.0.7": "0.15.0", "4.0.8": "0.15.0", - "4.0.9": "0.15.0" + "4.0.9": "0.15.0", + "4.0.10": "0.15.0" }