chore(release): 4.0.15 [skip ci]

## [4.0.15](https://github.com/asyouplz/SpeechNote/compare/v4.0.14...v4.0.15) (2026-03-16)

### 🐛 Bug Fixes

* address obsidian review bot settings copy ([#82](https://github.com/asyouplz/SpeechNote/issues/82)) ([de37e9f](de37e9f814))
This commit is contained in:
semantic-release-bot 2026-03-16 04:47:12 +00:00
parent de37e9f814
commit f54c91b255
5 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,9 @@
## [4.0.15](https://github.com/asyouplz/SpeechNote/compare/v4.0.14...v4.0.15) (2026-03-16)
### 🐛 Bug Fixes
* address obsidian review bot settings copy ([#82](https://github.com/asyouplz/SpeechNote/issues/82)) ([de37e9f](https://github.com/asyouplz/SpeechNote/commit/de37e9f814e063f3a6d74808199dd20a2ae38b99))
## [4.0.14](https://github.com/asyouplz/SpeechNote/compare/v4.0.13...v4.0.14) (2026-03-15)
### 🐛 Bug Fixes

View file

@ -1,7 +1,7 @@
{
"id": "speechnote",
"name": "Speech to Text",
"version": "4.0.14",
"version": "4.0.15",
"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-speechnote",
"version": "4.0.14",
"version": "4.0.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-speechnote",
"version": "4.0.14",
"version": "4.0.15",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-speechnote",
"version": "4.0.14",
"version": "4.0.15",
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
"main": "main.js",
"scripts": {

View file

@ -29,5 +29,6 @@
"4.0.11": "0.15.0",
"4.0.12": "0.15.0",
"4.0.13": "0.15.0",
"4.0.14": "0.15.0"
"4.0.14": "0.15.0",
"4.0.15": "0.15.0"
}