From 0d63de838ded5a988d389c8f2afa24b7aa2d468b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 14:28:32 +0000 Subject: [PATCH] chore(release): 1.2.0 # [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)) --- 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 bafa4fc..0bb8d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index eb635f5..30a9c4b 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 931f6bf..7f577d8 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index b83f1d1..c654fc9 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file