mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore(release): 4.0.16 [skip ci]
## [4.0.16](https://github.com/asyouplz/SpeechNote/compare/v4.0.15...v4.0.16) (2026-03-19) ### 🐛 Bug Fixes * **ui:** namespace review-target css selectors ([#84](https://github.com/asyouplz/SpeechNote/issues/84)) ([1b0c80b](1b0c80b0ad)) ### 🔧 Maintenance * **repo:** remove ignored repo files ([#83](https://github.com/asyouplz/SpeechNote/issues/83)) ([77b63f5](77b63f54b3))
This commit is contained in:
parent
6faf546c46
commit
864d853c2a
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speechnote",
|
||||
"name": "Speech to Text",
|
||||
"version": "4.0.15",
|
||||
"version": "4.0.16",
|
||||
"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.15",
|
||||
"version": "4.0.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.15",
|
||||
"version": "4.0.16",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.15",
|
||||
"version": "4.0.16",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -30,5 +30,6 @@
|
|||
"4.0.12": "0.15.0",
|
||||
"4.0.13": "0.15.0",
|
||||
"4.0.14": "0.15.0",
|
||||
"4.0.15": "0.15.0"
|
||||
"4.0.15": "0.15.0",
|
||||
"4.0.16": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue