From 7679e2127e4f5198b066da8d4a736d49f9ff0017 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Mar 2023 03:31:42 +0000 Subject: [PATCH] chore(release): 1.1.1 ## [1.1.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.1.0...1.1.1) (2023-03-31) ### Bug Fixes * add labels of highlights to the template ([4b8aee1](https://github.com/omnivore-app/obsidian-omnivore/commit/4b8aee18dd58662270b981e62ffbd865c3f81c23)) --- 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 c4dda50..bafa4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.1.0...1.1.1) (2023-03-31) + + +### Bug Fixes + +* add labels of highlights to the template ([4b8aee1](https://github.com/omnivore-app/obsidian-omnivore/commit/4b8aee18dd58662270b981e62ffbd865c3f81c23)) + # [1.1.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.0.6...1.1.0) (2023-03-16) diff --git a/manifest.json b/manifest.json index 3308796..eb635f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 4409556..931f6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.1.0", + "version": "1.1.1", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5c9e154..b83f1d1 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.0.4": "0.15.0", "1.0.5": "0.15.0", "1.0.6": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file