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:
asyouplz 2025-12-26 11:29:19 +09:00
parent c455f7ffa2
commit c7876909dd
5 changed files with 14 additions and 13 deletions

16
main.js

File diff suppressed because one or more lines are too long

View file

@ -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
View file

@ -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"

View file

@ -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": {

View file

@ -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"
}