chore(release): 4.0.20 [skip ci]

## [4.0.20](https://github.com/asyouplz/SpeechNote/compare/4.0.19...4.0.20) (2026-05-18)

### 🐛 Bug Fixes

* **build:** use node builtin module list ([421f285](421f28511a))
* **review:** reduce portal warnings ([14af775](14af775f15))
This commit is contained in:
semantic-release-bot 2026-05-18 08:34:38 +00:00
parent 421f28511a
commit 9787f0d77a
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "speech-to-text",
"name": "Speech to Text",
"version": "4.0.19",
"version": "4.0.20",
"minAppVersion": "0.15.0",
"description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram).",
"author": "Taesun Lee",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-speechnote",
"version": "4.0.19",
"version": "4.0.20",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-speechnote",
"version": "4.0.19",
"version": "4.0.20",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-speechnote",
"version": "4.0.19",
"version": "4.0.20",
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
"main": "main.js",
"scripts": {

View file

@ -34,5 +34,6 @@
"4.0.16": "0.15.0",
"4.0.17": "0.15.0",
"4.0.18": "0.15.0",
"4.0.19": "0.15.0"
"4.0.19": "0.15.0",
"4.0.20": "0.15.0"
}