From 73d8f46f72ce5ebe382017aba6587b1d6956a4cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 May 2026 07:41:02 +0000 Subject: [PATCH] chore(release): 4.0.18 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.0.18](https://github.com/asyouplz/SpeechNote/compare/4.0.17...4.0.18) (2026-05-18) ### 🐛 Bug Fixes * **manifest:** align community plugin metadata ([5dd5c64](https://github.com/asyouplz/SpeechNote/commit/5dd5c64996200712a9b4763661656bde1f9321a9)) ### 🔧 Maintenance * **deps-dev:** bump flatted from 3.3.3 to 3.4.2 ([#86](https://github.com/asyouplz/SpeechNote/issues/86)) ([a83208b](https://github.com/asyouplz/SpeechNote/commit/a83208bb35559ee58e54a36a56555fc887dd5a55)) --- manifest.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 81a2b80..2b8a2ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "speech-to-text", "name": "Speech to Text", - "version": "4.0.17", + "version": "4.0.18", "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 edfc9da..bbc3a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-speechnote", - "version": "4.0.17", + "version": "4.0.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-speechnote", - "version": "4.0.17", + "version": "4.0.18", "license": "MIT", "devDependencies": { "@commitlint/cli": "^20.3.1", @@ -38,7 +38,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 948d017..ce548d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-speechnote", - "version": "4.0.17", + "version": "4.0.18", "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 5a18199..a38668a 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "4.0.14": "0.15.0", "4.0.15": "0.15.0", "4.0.16": "0.15.0", - "4.0.17": "0.15.0" + "4.0.17": "0.15.0", + "4.0.18": "0.15.0" }