From 8ce70e7694331a0feb2bbc506af450a6d5a0ab3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Aug 2021 15:36:47 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/pengx17/logseq-plugin-link-preview/compare/v1.5.1...v1.6.0) (2021-08-23) ### Bug Fixes * adapt theme colors ([322bd27](https://github.com/pengx17/logseq-plugin-link-preview/commit/322bd2756ad486c1207687a0f5e2ff396a7eb239)) ### Features * add convert to link card command ([64b8e3d](https://github.com/pengx17/logseq-plugin-link-preview/commit/64b8e3dee1f59e33dd204a6705b1a1fcaa29f6d0)) * add inline preview mode ([0cfa3a8](https://github.com/pengx17/logseq-plugin-link-preview/commit/0cfa3a8bbb0aaa4104314634ae0ee795d2b82567)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873427f..b720f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.6.0](https://github.com/pengx17/logseq-plugin-link-preview/compare/v1.5.1...v1.6.0) (2021-08-23) + + +### Bug Fixes + +* adapt theme colors ([322bd27](https://github.com/pengx17/logseq-plugin-link-preview/commit/322bd2756ad486c1207687a0f5e2ff396a7eb239)) + + +### Features + +* add convert to link card command ([64b8e3d](https://github.com/pengx17/logseq-plugin-link-preview/commit/64b8e3dee1f59e33dd204a6705b1a1fcaa29f6d0)) +* add inline preview mode ([0cfa3a8](https://github.com/pengx17/logseq-plugin-link-preview/commit/0cfa3a8bbb0aaa4104314634ae0ee795d2b82567)) + ## [1.5.1](https://github.com/pengx17/logseq-plugin-link-preview/compare/v1.5.0...v1.5.1) (2021-08-20) diff --git a/package.json b/package.json index 21da0ab..dc80ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-link-preview", - "version": "1.5.1", + "version": "1.6.0", "main": "dist/index.html", "scripts": { "dev": "vite",