diff --git a/CHANGELOG.md b/CHANGELOG.md index 0761eaf..c68262f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/omnivore-app/obsidian-omnivore/compare/1.0.3...1.0.4) (2023-02-19) + + +### Bug Fixes + +* create an omnivore file for an existing TFolder ([b7768ff](https://github.com/omnivore-app/obsidian-omnivore/commit/b7768ffed335baec2eb841aeaffd283573a14c8d)) + ## [1.0.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.0.2...1.0.3) (2023-02-06) diff --git a/manifest.json b/manifest.json index e8d3f27..bfd6dd3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index b68fc3b..d6dd4f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.0.3", + "version": "1.0.4", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1da423a..1d7eb49 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "1.0.0": "0.15.0", "1.0.1": "0.15.0", "1.0.2": "0.15.0", - "1.0.3": "0.15.0" + "1.0.3": "0.15.0", + "1.0.4": "0.15.0" } \ No newline at end of file