From e6e042bfae73347f4278fcb10160a7aaab0f048a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jul 2023 14:36:37 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/lee88688/logseq-drawio-plugin/compare/v1.0.6...v1.1.0) (2023-07-08) ### Bug Fixes * first preview can not use mouse to operate ([ab947d3](https://github.com/lee88688/logseq-drawio-plugin/commit/ab947d33972b8c74b0781d2c1705aea89e83b2e6)) ### Features * add download button to block preview ([8031718](https://github.com/lee88688/logseq-drawio-plugin/commit/80317181cb3389d913846ae7d4acb977301b8a91)) * full page preview can use mouse to move draw ([66bf733](https://github.com/lee88688/logseq-drawio-plugin/commit/66bf733ab1816846c5b74e0209f72331548ae716)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b118f8a..8354be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/lee88688/logseq-drawio-plugin/compare/v1.0.6...v1.1.0) (2023-07-08) + + +### Bug Fixes + +* first preview can not use mouse to operate ([ab947d3](https://github.com/lee88688/logseq-drawio-plugin/commit/ab947d33972b8c74b0781d2c1705aea89e83b2e6)) + + +### Features + +* add download button to block preview ([8031718](https://github.com/lee88688/logseq-drawio-plugin/commit/80317181cb3389d913846ae7d4acb977301b8a91)) +* full page preview can use mouse to move draw ([66bf733](https://github.com/lee88688/logseq-drawio-plugin/commit/66bf733ab1816846c5b74e0209f72331548ae716)) + ## [1.0.6](https://github.com/lee88688/logseq-drawio-plugin/compare/v1.0.5...v1.0.6) (2023-06-25) diff --git a/package.json b/package.json index 54b4ab7..2fe3845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-drawio-plugin", - "version": "1.0.6", + "version": "1.1.0", "main": "dist/index.html", "scripts": { "dev": "vite",