From 0b206c446455ddfd194bba019815a66865604a3c Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Sat, 30 Sep 2023 10:02:00 +0800 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1aa2002..f8cb1cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: branches: - - master + - release jobs: release: From c0b60ae8e084d82695d89f6db8218e20ce3a7b8c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Sep 2023 02:02:43 +0000 Subject: [PATCH 2/2] chore(release): 1.6.3 ## [1.6.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.2...1.6.3) (2023-09-30) ### Bug Fixes * file already exists error caused by having duplicate article titles ([8dec30f](https://github.com/omnivore-app/obsidian-omnivore/commit/8dec30fae3d62428d176a524b9f2e4d91fe14b8c)) * ribbon icon stroke color does not match the theme color ([dbe46a8](https://github.com/omnivore-app/obsidian-omnivore/commit/dbe46a835ab96f628823a9dca1d77d845a943549)) * search content was returned if we are syncing a pdf ([3c10e1a](https://github.com/omnivore-app/obsidian-omnivore/commit/3c10e1a1c4183892e82301bf85ab4e1244c22a06)) --- CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d6a40..f0471f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.6.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.2...1.6.3) (2023-09-30) + + +### Bug Fixes + +* file already exists error caused by having duplicate article titles ([8dec30f](https://github.com/omnivore-app/obsidian-omnivore/commit/8dec30fae3d62428d176a524b9f2e4d91fe14b8c)) +* ribbon icon stroke color does not match the theme color ([dbe46a8](https://github.com/omnivore-app/obsidian-omnivore/commit/dbe46a835ab96f628823a9dca1d77d845a943549)) +* search content was returned if we are syncing a pdf ([3c10e1a](https://github.com/omnivore-app/obsidian-omnivore/commit/3c10e1a1c4183892e82301bf85ab4e1244c22a06)) + ## [1.6.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.1...1.6.2) (2023-09-26) diff --git a/manifest.json b/manifest.json index 7bf7efa..a349cc1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.6.2", + "version": "1.6.3", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 185fb4d..be517ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.6.2", + "version": "1.6.3", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 69973bb..17259f4 100644 --- a/versions.json +++ b/versions.json @@ -26,5 +26,6 @@ "1.5.3": "0.15.0", "1.6.0": "0.15.0", "1.6.1": "0.15.0", - "1.6.2": "0.15.0" + "1.6.2": "0.15.0", + "1.6.3": "0.15.0" } \ No newline at end of file