chore(release): 4.0.13 [skip ci]

## [4.0.13](https://github.com/asyouplz/SpeechNote/compare/v4.0.12...v4.0.13) (2026-03-15)

### 🐛 Bug Fixes

* **release:** trigger patch release for sentence case follow-ups ([d420ecc](d420ecc67b)), closes [#80](https://github.com/asyouplz/SpeechNote/issues/80)
This commit is contained in:
semantic-release-bot 2026-03-15 13:19:22 +00:00
parent d420ecc67b
commit a23361fce1
5 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,9 @@
## [4.0.13](https://github.com/asyouplz/SpeechNote/compare/v4.0.12...v4.0.13) (2026-03-15)
### 🐛 Bug Fixes
* **release:** trigger patch release for sentence case follow-ups ([d420ecc](https://github.com/asyouplz/SpeechNote/commit/d420ecc67bfa9a4798778dd915678b361f80e569)), closes [#80](https://github.com/asyouplz/SpeechNote/issues/80)
## [4.0.12](https://github.com/asyouplz/SpeechNote/compare/v4.0.11...v4.0.12) (2026-03-14)
### 🐛 Bug Fixes

View file

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

View file

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

View file

@ -27,5 +27,6 @@
"4.0.9": "0.15.0",
"4.0.10": "0.15.0",
"4.0.11": "0.15.0",
"4.0.12": "0.15.0"
"4.0.12": "0.15.0",
"4.0.13": "0.15.0"
}