Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
# [1.8.0](omnivore-app/obsidian-omnivore@1.7.1...1.8.0) (2023-11-10)

### Bug Fixes

* PDF page numbers start at 1 ([omnivore-app#155](omnivore-app#155)) ([c69459c](omnivore-app@c69459c))

### Features

* use id as filename ([omnivore-app#154](omnivore-app#154)) ([74e255a](omnivore-app@74e255a))
  • Loading branch information
semantic-release-bot committed Nov 10, 2023
1 parent c69459c commit c72268e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.7.1",
"version": "1.8.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.7.1",
"version": "1.8.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 @@ -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"
}

0 comments on commit c72268e

Please sign in to comment.