mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore(release): 4.0.3 [skip ci]
## [4.0.3](https://github.com/asyouplz/SpeechNote/compare/v4.0.2...v4.0.3) (2026-02-02) ### 🐛 Bug Fixes * address reviewbot feedback and update tests ([#61](https://github.com/asyouplz/SpeechNote/issues/61)) ([eefd7f1](eefd7f136d))
This commit is contained in:
parent
eefd7f136d
commit
e7e0e6b2cc
5 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## [4.0.3](https://github.com/asyouplz/SpeechNote/compare/v4.0.2...v4.0.3) (2026-02-02)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* address reviewbot feedback and update tests ([#61](https://github.com/asyouplz/SpeechNote/issues/61)) ([eefd7f1](https://github.com/asyouplz/SpeechNote/commit/eefd7f136d3751733c30e0da02989bebbb62ac3c))
|
||||
|
||||
## [4.0.2](https://github.com/asyouplz/SpeechNote/compare/v4.0.1...v4.0.2) (2026-01-29)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speechnote",
|
||||
"name": "Speech to Text",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Convert audio recordings to text in Obsidian 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.2",
|
||||
"version": "4.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^20.3.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@
|
|||
"4.0.0": "0.15.0",
|
||||
"4.0.1": "0.15.0",
|
||||
"4.1.0": "0.15.0",
|
||||
"4.0.2": "0.15.0"
|
||||
"4.0.2": "0.15.0",
|
||||
"4.0.3": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue