chore(release): 4.0.8 [skip ci]

## [4.0.8](https://github.com/asyouplz/SpeechNote/compare/v4.0.7...v4.0.8) (2026-02-19)

### ♻️ Code Refactoring

* **ui:** consolidate settings architecture and wave3 fixes ([#67](https://github.com/asyouplz/SpeechNote/issues/67)) ([f62f8ee](f62f8eec5a))
This commit is contained in:
semantic-release-bot 2026-02-19 01:39:19 +00:00
parent f62f8eec5a
commit 37cbe944c8
5 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,9 @@
## [4.0.8](https://github.com/asyouplz/SpeechNote/compare/v4.0.7...v4.0.8) (2026-02-19)
### ♻️ Code Refactoring
* **ui:** consolidate settings architecture and wave3 fixes ([#67](https://github.com/asyouplz/SpeechNote/issues/67)) ([f62f8ee](https://github.com/asyouplz/SpeechNote/commit/f62f8eec5adee5c0c4a22498102490a3851d7e61))
## [4.0.7](https://github.com/asyouplz/SpeechNote/compare/v4.0.6...v4.0.7) (2026-02-04)
### 🐛 Bug Fixes

View file

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

View file

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

View file

@ -22,5 +22,6 @@
"4.0.4": "0.15.0",
"4.0.5": "0.15.0",
"4.0.6": "0.15.0",
"4.0.7": "0.15.0"
"4.0.7": "0.15.0",
"4.0.8": "0.15.0"
}