Skip to content

Commit

Permalink
chore(release): 1.5.3
Browse files Browse the repository at this point in the history
## [1.5.3](1.5.2...1.5.3) (2023-06-23)

### Bug Fixes

* incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it ([76a120f](76a120f))
  • Loading branch information
semantic-release-bot committed Jun 23, 2023
1 parent 202b033 commit f87abff
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.5.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.5.2...1.5.3) (2023-06-23)


### Bug Fixes

* incorrect highlight position by incorrectly using highlight position percentage which old highlights do not have it ([76a120f](https://github.com/omnivore-app/obsidian-omnivore/commit/76a120f6c8c19d7bbb25093027a8ae2315241ed5))

## [1.5.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.5.1...1.5.2) (2023-06-22)


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.5.2",
"version": "1.5.3",
"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.5.2",
"version": "1.5.3",
"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 @@ -22,5 +22,6 @@
"1.4.3": "0.15.0",
"1.5.0": "0.15.0",
"1.5.1": "0.15.0",
"1.5.2": "0.15.0"
"1.5.2": "0.15.0",
"1.5.3": "0.15.0"
}

0 comments on commit f87abff

Please sign in to comment.