Skip to content

Commit 0eab3d5

Browse files
chore(release): 1.11.6
## [1.11.6](v1.11.5...v1.11.6) (2023-03-17) ### Bug Fixes * accept YY and DD in preferred date format ([6de27bc](6de27bc)) * add article variables to the highlight template rendering ([fd08d34](fd08d34)) * add datePublished variable to the template ([38ea45c](38ea45c)) * delete the other duplicates if detected during sync ([a9c7256](a9c7256)) * format datePublished ([0e60788](0e60788)) * prevent from multiple concurrent fetches ([cb9147e](cb9147e))
1 parent c0edcaa commit 0eab3d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.11.6](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.5...v1.11.6) (2023-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* accept YY and DD in preferred date format ([6de27bc](https://github.com/omnivore-app/logseq-omnivore/commit/6de27bc8bcdd8c7208b6d16ddd68331a8eeaa941))
7+
* add article variables to the highlight template rendering ([fd08d34](https://github.com/omnivore-app/logseq-omnivore/commit/fd08d340c02088e2f9a507bb28cdcdb7fc2512ea))
8+
* add datePublished variable to the template ([38ea45c](https://github.com/omnivore-app/logseq-omnivore/commit/38ea45c5bd71eaab73115161a189931aef9fd76d))
9+
* delete the other duplicates if detected during sync ([a9c7256](https://github.com/omnivore-app/logseq-omnivore/commit/a9c72562c076e190ef357392c3862d9c0e0e5a79))
10+
* format datePublished ([0e60788](https://github.com/omnivore-app/logseq-omnivore/commit/0e60788f34dae20865dd97f22b69ab68b0dee422))
11+
* prevent from multiple concurrent fetches ([cb9147e](https://github.com/omnivore-app/logseq-omnivore/commit/cb9147e193734a5a95a477ce7372112c8509d51b))
12+
113
## [1.11.5](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.4...v1.11.5) (2023-02-21)
214

315

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.11.5",
3+
"version": "1.11.6",
44
"description": "Import Omnivore highlights and articles into Logseq.",
55
"main": "dist/index.html",
66
"targets": {

0 commit comments

Comments
 (0)