Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.1...1.2.0) (2023-04-05)

### Bug Fixes

* add note variable to the template ([ea65aa6](ea65aa6))
* make description available in the template ([b8760a2](b8760a2))

### Features

* download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template ([bed8835](bed8835))
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent 3a95b45 commit 0d63de8
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.2.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.1.1...1.2.0) (2023-04-05)


### Bug Fixes

* add note variable to the template ([ea65aa6](https://github.com/omnivore-app/obsidian-omnivore/commit/ea65aa6cf50118f8a50197501b2970d3693f9d79))
* make description available in the template ([b8760a2](https://github.com/omnivore-app/obsidian-omnivore/commit/b8760a2030a969727d400d5229b4bba5a9e95e42))


### Features

* download pdf in attachment folder and expose a variable {{{pdfAttachment}}} in the template ([bed8835](https://github.com/omnivore-app/obsidian-omnivore/commit/bed8835c25b7566f1cad43433f94b1cc83a90c3f))

## [1.1.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.1.0...1.1.1) (2023-03-31)


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.1.1",
"version": "1.2.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.1.1",
"version": "1.2.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 @@ -7,5 +7,6 @@
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
"1.1.1": "0.15.0",
"1.2.0": "0.15.0"
}

0 comments on commit 0d63de8

Please sign in to comment.