Skip to content

Commit

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

### Bug Fixes

* failed to fetch highlight when quote is null ([2dc2fcc](2dc2fcc))
  • Loading branch information
semantic-release-bot committed Jun 22, 2023
1 parent 5332a5c commit 4e23a04
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.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.5.1...1.5.2) (2023-06-22)


### Bug Fixes

* failed to fetch highlight when quote is null ([2dc2fcc](https://github.com/omnivore-app/obsidian-omnivore/commit/2dc2fcc8361f3fec81093ac2febc7fce047515f5))

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


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.1",
"version": "1.5.2",
"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.1",
"version": "1.5.2",
"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 @@ -21,5 +21,6 @@
"1.4.2": "0.15.0",
"1.4.3": "0.15.0",
"1.5.0": "0.15.0",
"1.5.1": "0.15.0"
"1.5.1": "0.15.0",
"1.5.2": "0.15.0"
}

0 comments on commit 4e23a04

Please sign in to comment.