chore(release): 4.0.17 [skip ci]

## [4.0.17](https://github.com/asyouplz/SpeechNote/compare/4.0.16...4.0.17) (2026-05-18)

### 🐛 Bug Fixes

* **release:** drop v prefix from release tags ([56a6117](56a61172c0))
This commit is contained in:
semantic-release-bot 2026-05-18 07:00:50 +00:00
parent 56a61172c0
commit bf55dd03d5
4 changed files with 6 additions and 5 deletions

View file

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

View file

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

View file

@ -31,5 +31,6 @@
"4.0.13": "0.15.0",
"4.0.14": "0.15.0",
"4.0.15": "0.15.0",
"4.0.16": "0.15.0"
"4.0.16": "0.15.0",
"4.0.17": "0.15.0"
}