Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](1.6.3...1.7.0) (2023-11-03)

### Features

* expose positionPercent and positionAnchorIndex variables in highlight template ([#150](#150)) ([fa3bd32](fa3bd32))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent fa3bd32 commit 8d3015b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8d3015b

Please sign in to comment.