diff --git a/CHANGELOG.md b/CHANGELOG.md index 765f095..6aecb46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 0c3d38d..a3ee664 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 720c9d0..c81c60e 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index fb1814b..ac108fa 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file