Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.6...v1.1.0) (2023-07-08)

### Bug Fixes

* first preview can not use mouse to operate ([ab947d3](ab947d3))

### Features

* add download button to block preview ([8031718](8031718))
* full page preview can use mouse to move draw ([66bf733](66bf733))
  • Loading branch information
semantic-release-bot committed Jul 8, 2023
1 parent 66bf733 commit e6e042b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-drawio-plugin",
"version": "1.0.6",
"version": "1.1.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit e6e042b

Please sign in to comment.