From 2e985bd43e3fd1de71e7849991f2c24475b675ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 13:39:49 +0000 Subject: [PATCH] chore(release): 1.12.0 # [1.12.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.8...v1.12.0) (2023-04-05) ### Features * add note variable to the article and highlight template ([55405b4](https://github.com/omnivore-app/logseq-omnivore/commit/55405b4aad076c7d9fa7f5e860ac52bd7a82652c)) * add server endpoint to the settings ([3bb633c](https://github.com/omnivore-app/logseq-omnivore/commit/3bb633c0296b29524f0da129f79635b7c5f30453)) * fetch note from articles api ([e7bd281](https://github.com/omnivore-app/logseq-omnivore/commit/e7bd281eff0574ffdfbd5f6875be07f676140a97)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc77a0f..0d5b4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.12.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.8...v1.12.0) (2023-04-05) + + +### Features + +* add note variable to the article and highlight template ([55405b4](https://github.com/omnivore-app/logseq-omnivore/commit/55405b4aad076c7d9fa7f5e860ac52bd7a82652c)) +* add server endpoint to the settings ([3bb633c](https://github.com/omnivore-app/logseq-omnivore/commit/3bb633c0296b29524f0da129f79635b7c5f30453)) +* fetch note from articles api ([e7bd281](https://github.com/omnivore-app/logseq-omnivore/commit/e7bd281eff0574ffdfbd5f6875be07f676140a97)) + ## [1.11.8](https://github.com/omnivore-app/logseq-omnivore/compare/v1.11.7...v1.11.8) (2023-03-28) diff --git a/package.json b/package.json index b93ebf4..27fd04a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-omnivore", - "version": "1.11.8", + "version": "1.12.0", "description": "Import Omnivore highlights and articles into Logseq.", "main": "dist/index.html", "targets": {