From cca8a7d3493bd3c0a69ab2df1eece4e5d77c44ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Mar 2023 08:55:12 +0000 Subject: [PATCH] chore(release): 1.1.0 # [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)) --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 17 insertions(+), 3 deletions(-) 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