mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
chore(release): 4.0.10 [skip ci]
## [4.0.10](https://github.com/asyouplz/SpeechNote/compare/v4.0.9...v4.0.10) (2026-03-13) ### 🐛 Bug Fixes * **ui:** align settings review follow-ups ([#73](https://github.com/asyouplz/SpeechNote/issues/73)) ([1686d84](1686d84e85)) ### 🔧 Maintenance * **deps:** bump minimatch ([#72](https://github.com/asyouplz/SpeechNote/issues/72)) ([f5638bf](f5638bf4a4)) * **deps:** bump tar and npm ([#71](https://github.com/asyouplz/SpeechNote/issues/71)) ([e1e6521](e1e6521b5e))
This commit is contained in:
parent
1686d84e85
commit
30b3f06e7b
5 changed files with 18 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
|||
## [4.0.10](https://github.com/asyouplz/SpeechNote/compare/v4.0.9...v4.0.10) (2026-03-13)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* **ui:** align settings review follow-ups ([#73](https://github.com/asyouplz/SpeechNote/issues/73)) ([1686d84](https://github.com/asyouplz/SpeechNote/commit/1686d84e85e5c4a69316121ae4874f4eb7ae0e60))
|
||||
|
||||
### 🔧 Maintenance
|
||||
|
||||
* **deps:** bump minimatch ([#72](https://github.com/asyouplz/SpeechNote/issues/72)) ([f5638bf](https://github.com/asyouplz/SpeechNote/commit/f5638bf4a4535ba97648e2fef2d3a57c65c18a04))
|
||||
* **deps:** bump tar and npm ([#71](https://github.com/asyouplz/SpeechNote/issues/71)) ([e1e6521](https://github.com/asyouplz/SpeechNote/commit/e1e6521b5e8bfe7d8f37d4b8ab90b8b32fad38dd))
|
||||
|
||||
## [4.0.9](https://github.com/asyouplz/SpeechNote/compare/v4.0.8...v4.0.9) (2026-03-10)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speechnote",
|
||||
"name": "Speech to Text",
|
||||
"version": "4.0.9",
|
||||
"version": "4.0.10",
|
||||
"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
6
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.9",
|
||||
"version": "4.0.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.9",
|
||||
"version": "4.0.10",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speechnote",
|
||||
"version": "4.0.9",
|
||||
"version": "4.0.10",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -24,5 +24,6 @@
|
|||
"4.0.6": "0.15.0",
|
||||
"4.0.7": "0.15.0",
|
||||
"4.0.8": "0.15.0",
|
||||
"4.0.9": "0.15.0"
|
||||
"4.0.9": "0.15.0",
|
||||
"4.0.10": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue