Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
# [1.4.0](1.3.3...1.4.0) (2023-05-31)

### Bug Fixes

* allow adding aliases to the variables in the front matter ([be1d7e5](be1d7e5))
* download content and file attachment only if included in the template ([dc92a38](dc92a38))

### Features

* add a optional front matter template under advanced settings ([afde987](afde987))
* add link to our discord server in the settings ([5c3df3d](5c3df3d))
* add more variables in the front matter setting ([942b93e](942b93e))
  • Loading branch information
semantic-release-bot committed May 31, 2023
1 parent d93245c commit 26f52dd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.4.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.3...1.4.0) (2023-05-31)


### Bug Fixes

* allow adding aliases to the variables in the front matter ([be1d7e5](https://github.com/omnivore-app/obsidian-omnivore/commit/be1d7e5316871e8c740afc8e2c19dbff4f1eeef8))
* download content and file attachment only if included in the template ([dc92a38](https://github.com/omnivore-app/obsidian-omnivore/commit/dc92a38ef1da4cecfc8ad951c7cf1d068b75e6b3))


### Features

* add a optional front matter template under advanced settings ([afde987](https://github.com/omnivore-app/obsidian-omnivore/commit/afde98718d06f021804bfa3232a6b4148eaf10b4))
* add link to our discord server in the settings ([5c3df3d](https://github.com/omnivore-app/obsidian-omnivore/commit/5c3df3d88dee710e542d4e9c64b1fee582a88b29))
* add more variables in the front matter setting ([942b93e](https://github.com/omnivore-app/obsidian-omnivore/commit/942b93e604c65042b3d540896e0579773a8e98e4))

## [1.3.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.3.2...1.3.3) (2023-05-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.3.3",
"version": "1.4.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.3.3",
"version": "1.4.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 @@ -15,5 +15,6 @@
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.3.3": "0.15.0"
"1.3.3": "0.15.0",
"1.4.0": "0.15.0"
}

0 comments on commit 26f52dd

Please sign in to comment.