From 288003f293a5201b7d2397967ad078ee99fca9ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Feb 2024 02:42:45 +0000 Subject: [PATCH] chore(release): 1.9.4 ## [1.9.4](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.3...1.9.4) (2024-02-20) ### Bug Fixes * add a setting to disable sync on start ([#198](https://github.com/omnivore-app/obsidian-omnivore/issues/198)) ([d9c5fb2](https://github.com/omnivore-app/obsidian-omnivore/commit/d9c5fb29dbb0f5f9faa29823736f8b08c99b85ef)) * update filter setting will update custom query accordingly and default to in:all ([#196](https://github.com/omnivore-app/obsidian-omnivore/issues/196)) ([f443aee](https://github.com/omnivore-app/obsidian-omnivore/commit/f443aee91cb30f686b272866f886d5466cc41e49)) --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec8eeb..e5f0771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.9.4](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.3...1.9.4) (2024-02-20) + + +### Bug Fixes + +* add a setting to disable sync on start ([#198](https://github.com/omnivore-app/obsidian-omnivore/issues/198)) ([d9c5fb2](https://github.com/omnivore-app/obsidian-omnivore/commit/d9c5fb29dbb0f5f9faa29823736f8b08c99b85ef)) +* update filter setting will update custom query accordingly and default to in:all ([#196](https://github.com/omnivore-app/obsidian-omnivore/issues/196)) ([f443aee](https://github.com/omnivore-app/obsidian-omnivore/commit/f443aee91cb30f686b272866f886d5466cc41e49)) + ## [1.9.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.2...1.9.3) (2024-02-07) diff --git a/manifest.json b/manifest.json index 30dc65d..bbedc22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.9.3", + "version": "1.9.4", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index fea74bc..8e142f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.9.3", + "version": "1.9.4", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f8d6a93..7462c8d 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "1.9.0": "0.15.0", "1.9.1": "0.15.0", "1.9.2": "0.15.0", - "1.9.3": "0.15.0" + "1.9.3": "0.15.0", + "1.9.4": "0.15.0" } \ No newline at end of file