From b4dbff9d7aa8758cdfce5a33a3a6f732be0df4a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jul 2024 04:15:14 +0000 Subject: [PATCH] chore(release): 1.10.4 ## [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)) --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6e6b2..b6a2bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 866349a..81ddc98 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index e9b16a2..4b89011 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 05700c4..bb125af 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file