diff --git a/CHANGELOG.md b/CHANGELOG.md index a397b0b..c4dda50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.0.6...1.1.0) (2023-03-16) + + +### Bug Fixes + +* make the settings collapsible ([71da2c2](https://github.com/omnivore-app/obsidian-omnivore/commit/71da2c292899f68f873c2b728472304318b9bf3b)) +* only add omnivore id to the frontmatter if frontmatter is not in the template ([f46b4fc](https://github.com/omnivore-app/obsidian-omnivore/commit/f46b4fca5065c5d5b93e4acaaacd213c7b8deeff)) + + +### Features + +* custom filenames ([650a9ad](https://github.com/omnivore-app/obsidian-omnivore/commit/650a9adc6a8559583604cc18f209bf69757b78c7)) + ## [1.0.6](https://github.com/omnivore-app/obsidian-omnivore/compare/1.0.5...1.0.6) (2023-02-23) diff --git a/manifest.json b/manifest.json index 1ee3097..3308796 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.0.6", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 6c59c30..4409556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.0.6", + "version": "1.1.0", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a1f309f..5c9e154 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.0.5": "0.15.0", - "1.0.6": "0.15.0" + "1.0.6": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file