mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore(release): 3.0.5
Bump versions and include updated build output. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
c455f7ffa2
commit
c7876909dd
5 changed files with 14 additions and 13 deletions
16
main.js
16
main.js
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speech-to-text",
|
||||
"name": "Speech to Text",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"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-speech-to-text",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speech-to-text",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@deepgram/sdk": "^3.9.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speech-to-text",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"3.0.1": "0.15.0",
|
||||
"3.0.2": "0.15.0",
|
||||
"3.0.3": "0.15.0",
|
||||
"3.0.4": "0.15.0"
|
||||
"3.0.4": "0.15.0",
|
||||
"3.0.5": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue