Skip to content

Commit

Permalink
chore: release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdanilov committed Jan 29, 2024
1 parent f58cc7c commit b949c58
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@


## [1.5.2](https://github.com/nikdanilov/whisper-obsidian-plugin/compare/1.5.1...1.5.2) (2024-01-29)


### Bug Fixes

* update AudioHandler to try...catch 'save_audio' and 'parse_audio' ([89fc56e](https://github.com/nikdanilov/whisper-obsidian-plugin/commit/89fc56e8bcda9ffdfaf255cc3877e82ecc4c297a))

## [1.5.1](https://github.com/nikdanilov/whisper-obsidian-plugin/compare/1.5.0...1.5.1) (2023-06-19)


Expand Down
18 changes: 9 additions & 9 deletions manifest.json
@@ -1,11 +1,11 @@
{
"id": "whisper",
"name": "Whisper",
"version": "1.5.1",
"minAppVersion": "0.15.0",
"description": "Speech-to-text in Obsidian using OpenAI Whisper",
"author": "Nik Danilov",
"authorUrl": "https://nikdanilov.com",
"fundingUrl": "patreon.com/nikdanilov",
"isDesktopOnly": false
"id": "whisper",
"name": "Whisper",
"version": "1.5.2",
"minAppVersion": "0.15.0",
"description": "Speech-to-text in Obsidian using OpenAI Whisper",
"author": "Nik Danilov",
"authorUrl": "https://nikdanilov.com",
"fundingUrl": "patreon.com/nikdanilov",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "whisper",
"version": "1.5.1",
"version": "1.5.2",
"description": "Speech-to-text in Obsidian using OpenAI Whisper",
"main": "main.js",
"scripts": {
Expand Down
19 changes: 10 additions & 9 deletions versions.json
@@ -1,11 +1,12 @@
{
"0.1.0": "0.15.0",
"1.1.0": "0.15.0",
"1.2.0": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0",
"1.5.0": "0.15.0",
"1.5.1": "0.15.0"
"0.1.0": "0.15.0",
"1.1.0": "0.15.0",
"1.2.0": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0",
"1.5.0": "0.15.0",
"1.5.1": "0.15.0",
"1.5.2": "0.15.0"
}

0 comments on commit b949c58

Please sign in to comment.