From c9f4a72f79821e9029b89ebec7f91a91d49f48d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Sep 2023 09:07:31 +0000 Subject: [PATCH] chore(release): 1.6.2 ## [1.6.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.1...1.6.2) (2023-09-26) ### Bug Fixes * highlight color not available in the template ([e90807d](https://github.com/omnivore-app/obsidian-omnivore/commit/e90807d8ea43a0f0699856f4ea6281839a2c9c64)) --- 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 0fc624a..42d6a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.1...1.6.2) (2023-09-26) + + +### Bug Fixes + +* highlight color not available in the template ([e90807d](https://github.com/omnivore-app/obsidian-omnivore/commit/e90807d8ea43a0f0699856f4ea6281839a2c9c64)) + ## [1.6.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.0...1.6.1) (2023-09-07) diff --git a/manifest.json b/manifest.json index 69d76eb..7bf7efa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.6.1", + "version": "1.6.2", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 40a586f..185fb4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.6.1", + "version": "1.6.2", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 316e809..69973bb 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "1.5.2": "0.15.0", "1.5.3": "0.15.0", "1.6.0": "0.15.0", - "1.6.1": "0.15.0" + "1.6.1": "0.15.0", + "1.6.2": "0.15.0" } \ No newline at end of file