mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
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:
parent
d3bea1d4d5
commit
9bdc29ce89
4 changed files with 6 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue