From 1c98dc127cdba016832bbc8da7162fbb66d2db85 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Mar 2026 16:18:18 +0000 Subject: [PATCH] chore(release): 4.0.11 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.0.11](https://github.com/asyouplz/SpeechNote/compare/v4.0.10...v4.0.11) (2026-03-14) ### 🐛 Bug Fixes * **ui:** use lowercase openai key placeholders ([#78](https://github.com/asyouplz/SpeechNote/issues/78)) ([e7f4139](https://github.com/asyouplz/SpeechNote/commit/e7f4139979eeb5a249911c6f8b5058b88e807ada)) ### 🔧 Maintenance * **ci:** update actions for node 24 runners ([#77](https://github.com/asyouplz/SpeechNote/issues/77)) ([cbdb374](https://github.com/asyouplz/SpeechNote/commit/cbdb374e9d778587da555c1928e16a3599d90308)) * **deps:** bump undici and @actions/http-client ([#74](https://github.com/asyouplz/SpeechNote/issues/74)) ([68312a2](https://github.com/asyouplz/SpeechNote/commit/68312a2b1fb2f4282abf49a464c17b4f4afdd79e)) --- 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 e6081d8..2779340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.0.11](https://github.com/asyouplz/SpeechNote/compare/v4.0.10...v4.0.11) (2026-03-14) + +### 🐛 Bug Fixes + +* **ui:** use lowercase openai key placeholders ([#78](https://github.com/asyouplz/SpeechNote/issues/78)) ([e7f4139](https://github.com/asyouplz/SpeechNote/commit/e7f4139979eeb5a249911c6f8b5058b88e807ada)) + +### 🔧 Maintenance + +* **ci:** update actions for node 24 runners ([#77](https://github.com/asyouplz/SpeechNote/issues/77)) ([cbdb374](https://github.com/asyouplz/SpeechNote/commit/cbdb374e9d778587da555c1928e16a3599d90308)) +* **deps:** bump undici and @actions/http-client ([#74](https://github.com/asyouplz/SpeechNote/issues/74)) ([68312a2](https://github.com/asyouplz/SpeechNote/commit/68312a2b1fb2f4282abf49a464c17b4f4afdd79e)) + ## [4.0.10](https://github.com/asyouplz/SpeechNote/compare/v4.0.9...v4.0.10) (2026-03-13) ### 🐛 Bug Fixes diff --git a/manifest.json b/manifest.json index 8519b12..cf415bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speechnote", "name": "Speech to Text", - "version": "4.0.10", + "version": "4.0.11", "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 395c3f3..352bb72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.10", + "version": "4.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.10", + "version": "4.0.11", "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 4b86679..35e4595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.10", + "version": "4.0.11", "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 0ff9b8d..4ff3422 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "4.0.7": "0.15.0", "4.0.8": "0.15.0", "4.0.9": "0.15.0", - "4.0.10": "0.15.0" + "4.0.10": "0.15.0", + "4.0.11": "0.15.0" }