Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdanilov committed Apr 29, 2023
1 parent 1db4866 commit 1dcf8b5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@


## 1.2.0 (2023-04-29)


### Features

* split codebase into smaller components ([e7b3498](https://github.com/nikdanilov/whisper-obsidian-plugin/commit/e7b3498481e2dddd811e46f0fe0bd939e01978f1))


### Bug Fixes

* fix MIME type for mobile devices ([1db4866](https://github.com/nikdanilov/whisper-obsidian-plugin/commit/1db486613ced5b12022f303d926dd91fdda74ad2))

## 1.1.0 (2023-04-29)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "whisper",
"name": "Whisper",
"version": "1.1.0",
"version": "1.2.0",
"minAppVersion": "0.15.0",
"description": "Speech-to-text in Obsidian using OpenAI Whisper",
"author": "Nik Danilov",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "whisper",
"version": "1.1.0",
"version": "1.2.0",
"description": "Speech-to-text in Obsidian using OpenAI Whisper",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
@@ -1,4 +1,5 @@
{
"0.1.0": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.2.0": "0.15.0"
}

0 comments on commit 1dcf8b5

Please sign in to comment.