From 8d3015b85fc8e7531887400d45d382318ac8695f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Nov 2023 11:20:14 +0000 Subject: [PATCH] chore(release): 1.7.0 # [1.7.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.3...1.7.0) (2023-11-03) ### Features * expose positionPercent and positionAnchorIndex variables in highlight template ([#150](https://github.com/omnivore-app/obsidian-omnivore/issues/150)) ([fa3bd32](https://github.com/omnivore-app/obsidian-omnivore/commit/fa3bd3251a520e9cfd0c0cee85b7077632449fd1)) --- 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 f0471f5..4033a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.3...1.7.0) (2023-11-03) + + +### Features + +* expose positionPercent and positionAnchorIndex variables in highlight template ([#150](https://github.com/omnivore-app/obsidian-omnivore/issues/150)) ([fa3bd32](https://github.com/omnivore-app/obsidian-omnivore/commit/fa3bd3251a520e9cfd0c0cee85b7077632449fd1)) + ## [1.6.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.6.2...1.6.3) (2023-09-30) diff --git a/manifest.json b/manifest.json index a349cc1..73bf488 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.6.3", + "version": "1.7.0", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index be517ce..d2a3647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.6.3", + "version": "1.7.0", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 17259f4..74e0137 100644 --- a/versions.json +++ b/versions.json @@ -27,5 +27,6 @@ "1.6.0": "0.15.0", "1.6.1": "0.15.0", "1.6.2": "0.15.0", - "1.6.3": "0.15.0" + "1.6.3": "0.15.0", + "1.7.0": "0.15.0" } \ No newline at end of file