From 74bd305f6834537723eee904afde04f3e320eb5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Jun 2023 11:36:47 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/peanball/logseq-dynamic-lookup/compare/v1.2.3...v1.3.0) (2023-06-30) ### Bug Fixes * Escape quote marks in the page name. ([ac8ba0a](https://github.com/peanball/logseq-dynamic-lookup/commit/ac8ba0ab6c2ffdb9dac26aa8b640b20affab6bda)) ### Features * Support using page reference as target page. ([69e0cba](https://github.com/peanball/logseq-dynamic-lookup/commit/69e0cba72497847c27b6d9901ee6471efc3f4914)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378696b..1cb3191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.3.0](https://github.com/peanball/logseq-dynamic-lookup/compare/v1.2.3...v1.3.0) (2023-06-30) + + +### Bug Fixes + +* Escape quote marks in the page name. ([ac8ba0a](https://github.com/peanball/logseq-dynamic-lookup/commit/ac8ba0ab6c2ffdb9dac26aa8b640b20affab6bda)) + + +### Features + +* Support using page reference as target page. ([69e0cba](https://github.com/peanball/logseq-dynamic-lookup/commit/69e0cba72497847c27b6d9901ee6471efc3f4914)) + ## [1.2.3](https://github.com/peanball/logseq-dynamic-lookup/compare/v1.2.2...v1.2.3) (2023-06-30) diff --git a/package.json b/package.json index de42293..1c59677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-dynamic-lookup", - "version": "1.2.3", + "version": "1.3.0", "description": "A renderer for dynamic lookup of properties for pages", "main": "dist/index.html", "author": "peanball",