Skip to content

Commit

Permalink
chore(release): 1.9.4
Browse files Browse the repository at this point in the history
## [1.9.4](1.9.3...1.9.4) (2024-02-20)

### Bug Fixes

* add a setting to disable sync on start ([#198](#198)) ([d9c5fb2](d9c5fb2))
* update filter setting will update custom query accordingly and default to in:all ([#196](#196)) ([f443aee](f443aee))
  • Loading branch information
semantic-release-bot committed Feb 20, 2024
1 parent d9c5fb2 commit 288003f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 288003f

Please sign in to comment.