From bc4ba6e3e7ccb32d89ce643cc5a58aced1a61069 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Nov 2022 10:42:14 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/peanball/logseq-dynamic-lookup/compare/v1.1.1...v1.2.0) (2022-11-25) ### Features * add lookup of multiple properties at once ([2894b68](https://github.com/peanball/logseq-dynamic-lookup/commit/2894b68aca6498f3eac4672bc15b39ee291e732e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab75f4..18f5e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/peanball/logseq-dynamic-lookup/compare/v1.1.1...v1.2.0) (2022-11-25) + + +### Features + +* add lookup of multiple properties at once ([2894b68](https://github.com/peanball/logseq-dynamic-lookup/commit/2894b68aca6498f3eac4672bc15b39ee291e732e)) + ## [1.1.1](https://github.com/peanball/logseq-dynamic-lookup/compare/v1.1.0...v1.1.1) (2022-11-04) diff --git a/package.json b/package.json index 0589878..56e0528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-dynamic-lookup", - "version": "1.1.1", + "version": "1.2.0", "description": "A renderer for dynamic lookup of properties for pages", "main": "dist/index.html", "author": "peanball",