mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore(release): 4.0.17 [skip ci]
## [4.0.17](https://github.com/asyouplz/SpeechNote/compare/4.0.16...4.0.17) (2026-05-18) ### 🐛 Bug Fixes * **release:** drop v prefix from release tags ([56a6117](56a61172c0))
This commit is contained in:
parent
56a61172c0
commit
bf55dd03d5
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speechnote",
|
||||
"name": "Speech to Text",
|
||||
"version": "4.0.16",
|
||||
"version": "4.0.17",
|
||||
"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.16",
|
||||
"version": "4.0.17",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.16",
|
||||
"version": "4.0.17",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.16",
|
||||
"version": "4.0.17",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -31,5 +31,6 @@
|
|||
"4.0.13": "0.15.0",
|
||||
"4.0.14": "0.15.0",
|
||||
"4.0.15": "0.15.0",
|
||||
"4.0.16": "0.15.0"
|
||||
"4.0.16": "0.15.0",
|
||||
"4.0.17": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue