chore(release): 4.0.19 [skip ci]

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

### 🐛 Bug Fixes

* **release:** attest release assets ([d3bea1d](d3bea1d4d5))
This commit is contained in:
semantic-release-bot 2026-05-18 08:04:55 +00:00
parent d3bea1d4d5
commit 9bdc29ce89
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.18",
"version": "4.0.19",
"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.18",
"version": "4.0.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-speechnote",
"version": "4.0.18",
"version": "4.0.19",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.3.1",

View file

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

View file

@ -33,5 +33,6 @@
"4.0.15": "0.15.0",
"4.0.16": "0.15.0",
"4.0.17": "0.15.0",
"4.0.18": "0.15.0"
"4.0.18": "0.15.0",
"4.0.19": "0.15.0"
}