chore(release): 4.0.11 [skip ci]

## [4.0.11](https://github.com/asyouplz/SpeechNote/compare/v4.0.10...v4.0.11) (2026-03-14)

### 🐛 Bug Fixes

* **ui:** use lowercase openai key placeholders ([#78](https://github.com/asyouplz/SpeechNote/issues/78)) ([e7f4139](e7f4139979))

### 🔧 Maintenance

* **ci:** update actions for node 24 runners ([#77](https://github.com/asyouplz/SpeechNote/issues/77)) ([cbdb374](cbdb374e9d))
* **deps:** bump undici and @actions/http-client ([#74](https://github.com/asyouplz/SpeechNote/issues/74)) ([68312a2](68312a2b1f))
This commit is contained in:
semantic-release-bot 2026-03-14 16:18:18 +00:00
parent e7f4139979
commit 1c98dc127c
5 changed files with 18 additions and 6 deletions

View file

@ -1,3 +1,14 @@
## [4.0.11](https://github.com/asyouplz/SpeechNote/compare/v4.0.10...v4.0.11) (2026-03-14)
### 🐛 Bug Fixes
* **ui:** use lowercase openai key placeholders ([#78](https://github.com/asyouplz/SpeechNote/issues/78)) ([e7f4139](https://github.com/asyouplz/SpeechNote/commit/e7f4139979eeb5a249911c6f8b5058b88e807ada))
### 🔧 Maintenance
* **ci:** update actions for node 24 runners ([#77](https://github.com/asyouplz/SpeechNote/issues/77)) ([cbdb374](https://github.com/asyouplz/SpeechNote/commit/cbdb374e9d778587da555c1928e16a3599d90308))
* **deps:** bump undici and @actions/http-client ([#74](https://github.com/asyouplz/SpeechNote/issues/74)) ([68312a2](https://github.com/asyouplz/SpeechNote/commit/68312a2b1fb2f4282abf49a464c17b4f4afdd79e))
## [4.0.10](https://github.com/asyouplz/SpeechNote/compare/v4.0.9...v4.0.10) (2026-03-13)
### 🐛 Bug Fixes

View file

@ -1,7 +1,7 @@
{
"id": "speechnote",
"name": "Speech to Text",
"version": "4.0.10",
"version": "4.0.11",
"minAppVersion": "0.15.0",
"description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)",
"author": "Taesun Lee",

6
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-speechnote",
"version": "4.0.10",
"version": "4.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-speechnote",
"version": "4.0.10",
"version": "4.0.11",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.3.1",
@ -39,7 +39,7 @@
"jest-sonar-reporter": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^16.2.7",
"obsidian": "*",
"obsidian": "latest",
"prettier": "^2.8.8",
"semantic-release": "^25.0.2",
"ts-jest": "^29.1.0",

View file

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

View file

@ -25,5 +25,6 @@
"4.0.7": "0.15.0",
"4.0.8": "0.15.0",
"4.0.9": "0.15.0",
"4.0.10": "0.15.0"
"4.0.10": "0.15.0",
"4.0.11": "0.15.0"
}