Skip to content

Commit

Permalink
chore(release): 1.10.4
Browse files Browse the repository at this point in the history
## [1.10.4](1.10.3...1.10.4) (2024-07-16)

### Bug Fixes

* some highlighted markdown content not synced ([bc84e26](bc84e26))
  • Loading branch information
semantic-release-bot committed Jul 16, 2024
1 parent 582b217 commit b4dbff9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.4](https://github.com/omnivore-app/obsidian-omnivore/compare/1.10.3...1.10.4) (2024-07-16)


### Bug Fixes

* some highlighted markdown content not synced ([bc84e26](https://github.com/omnivore-app/obsidian-omnivore/commit/bc84e26a832d6cc7773be903955c7bea6182db29))

## [1.10.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.10.2...1.10.3) (2024-05-16)


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.10.3",
"version": "1.10.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.10.3",
"version": "1.10.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 @@ -41,5 +41,6 @@
"1.10.0": "0.15.0",
"1.10.1": "0.15.0",
"1.10.2": "0.15.0",
"1.10.3": "0.15.0"
"1.10.3": "0.15.0",
"1.10.4": "0.15.0"
}

0 comments on commit b4dbff9

Please sign in to comment.