Skip to content

Commit 2e985bd

Browse files
chore(release): 1.12.0
# [1.12.0](v1.11.8...v1.12.0) (2023-04-05) ### Features * add note variable to the article and highlight template ([55405b4](55405b4)) * add server endpoint to the settings ([3bb633c](3bb633c)) * fetch note from articles api ([e7bd281](e7bd281))
1 parent 20f34ca commit 2e985bd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.12.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.8...v1.12.0) (2023-04-05)
2+
3+
4+
### Features
5+
6+
* add note variable to the article and highlight template ([55405b4](https://github.com/omnivore-app/logseq-omnivore/commit/55405b4aad076c7d9fa7f5e860ac52bd7a82652c))
7+
* add server endpoint to the settings ([3bb633c](https://github.com/omnivore-app/logseq-omnivore/commit/3bb633c0296b29524f0da129f79635b7c5f30453))
8+
* fetch note from articles api ([e7bd281](https://github.com/omnivore-app/logseq-omnivore/commit/e7bd281eff0574ffdfbd5f6875be07f676140a97))
9+
110
## [1.11.8](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.7...v1.11.8) (2023-03-28)
211

312

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

0 commit comments

Comments
 (0)