From c0ff4686e5a06a67e9b20e522d45e3b399d24254 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 03:47:58 +0000 Subject: [PATCH] chore(release): 1.10.0 # [1.10.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.5...1.10.0) (2024-04-17) ### Features * render highlight color in article note ([c8a4e70](https://github.com/omnivore-app/obsidian-omnivore/commit/c8a4e7050db0b90bfd816afa27ae0ece54c828ba)) --- 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 ccc9aea..3ffa00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.5...1.10.0) (2024-04-17) + + +### Features + +* render highlight color in article note ([c8a4e70](https://github.com/omnivore-app/obsidian-omnivore/commit/c8a4e7050db0b90bfd816afa27ae0ece54c828ba)) + ## [1.9.5](https://github.com/omnivore-app/obsidian-omnivore/compare/1.9.4...1.9.5) (2024-04-16) diff --git a/manifest.json b/manifest.json index da6dd54..cb9cac3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.9.5", + "version": "1.10.0", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 35bb91c..bfea234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.9.5", + "version": "1.10.0", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 34461bd..c22e2b7 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "1.9.2": "0.15.0", "1.9.3": "0.15.0", "1.9.4": "0.15.0", - "1.9.5": "0.15.0" + "1.9.5": "0.15.0", + "1.10.0": "0.15.0" } \ No newline at end of file