From c72268eda01c17bc32a3f29b8baeb09017c0527b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Nov 2023 03:02:43 +0000 Subject: [PATCH] chore(release): 1.8.0 # [1.8.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.7.1...1.8.0) (2023-11-10) ### Bug Fixes * PDF page numbers start at 1 ([#155](https://github.com/omnivore-app/obsidian-omnivore/issues/155)) ([c69459c](https://github.com/omnivore-app/obsidian-omnivore/commit/c69459cc4ad5c696742dbb2fbf49ffba3bc1c5b5)) ### Features * use id as filename ([#154](https://github.com/omnivore-app/obsidian-omnivore/issues/154)) ([74e255a](https://github.com/omnivore-app/obsidian-omnivore/commit/74e255ab51a389f5c4f8ab25b5f14b0b17be3999)) --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a28df..061b85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.8.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.7.1...1.8.0) (2023-11-10) + + +### Bug Fixes + +* PDF page numbers start at 1 ([#155](https://github.com/omnivore-app/obsidian-omnivore/issues/155)) ([c69459c](https://github.com/omnivore-app/obsidian-omnivore/commit/c69459cc4ad5c696742dbb2fbf49ffba3bc1c5b5)) + + +### Features + +* use id as filename ([#154](https://github.com/omnivore-app/obsidian-omnivore/issues/154)) ([74e255a](https://github.com/omnivore-app/obsidian-omnivore/commit/74e255ab51a389f5c4f8ab25b5f14b0b17be3999)) + ## [1.7.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.7.0...1.7.1) (2023-11-06) diff --git a/manifest.json b/manifest.json index f4ffa74..fce9ef6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.7.1", + "version": "1.8.0", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index 99202ec..58649d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.7.1", + "version": "1.8.0", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bf8e0a7..341426d 100644 --- a/versions.json +++ b/versions.json @@ -29,5 +29,6 @@ "1.6.2": "0.15.0", "1.6.3": "0.15.0", "1.7.0": "0.15.0", - "1.7.1": "0.15.0" + "1.7.1": "0.15.0", + "1.8.0": "0.15.0" } \ No newline at end of file