Skip to content

Commit 92124bb

Browse files
chore(release): 1.16.0
# [1.16.0](v1.15.0...v1.16.0) (2023-11-10) ### Bug Fixes * importing article {{{ content }}} stops at first section ([#154](#154)) ([0df230a](0df230a)) * PDF page numbers start at 1 ([#153](#153)) ([ebe7eb2](ebe7eb2)) ### Features * use id as filename ([#152](#152)) ([b5944e1](b5944e1))
1 parent 0df230a commit 92124bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.16.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.15.0...v1.16.0) (2023-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* importing article {{{ content }}} stops at first section ([#154](https://github.com/omnivore-app/logseq-omnivore/issues/154)) ([0df230a](https://github.com/omnivore-app/logseq-omnivore/commit/0df230ab6643369ec586b215c72b7e52e0cd07f1))
7+
* PDF page numbers start at 1 ([#153](https://github.com/omnivore-app/logseq-omnivore/issues/153)) ([ebe7eb2](https://github.com/omnivore-app/logseq-omnivore/commit/ebe7eb2f8e397705e7acf5910255b67db2f083c8))
8+
9+
10+
### Features
11+
12+
* use id as filename ([#152](https://github.com/omnivore-app/logseq-omnivore/issues/152)) ([b5944e1](https://github.com/omnivore-app/logseq-omnivore/commit/b5944e1a3ac3bce44e4737bb119ba2f9f2510c27))
13+
114
# [1.15.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.14.1...v1.15.0) (2023-11-06)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-omnivore",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Import Omnivore highlights and articles into Logseq.",
55
"main": "dist/index.html",
66
"targets": {

0 commit comments

Comments
 (0)