Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](1.0.6...1.1.0) (2023-03-16)

### Bug Fixes

* make the settings collapsible ([71da2c2](71da2c2))
* only add omnivore id to the frontmatter if frontmatter is not in the template ([f46b4fc](f46b4fc))

### Features

* custom filenames ([650a9ad](650a9ad))
  • Loading branch information
semantic-release-bot committed Mar 16, 2023
1 parent 1ecde73 commit cca8a7d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0.6",
"version": "1.1.0",
"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.0.6",
"version": "1.1.0",
"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 @@ -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"
}

0 comments on commit cca8a7d

Please sign in to comment.