Skip to content

Commit ee62f05

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2023-06-21) ### Bug Fixes * Fix block menu item click invalidity ([30ae904](30ae904)) ### Features * Added block deep-first traversal and saving ([07ac92d](07ac92d))
1 parent 8ae2f2f commit ee62f05

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.6.0](https://github.com/b-yp/logseq-link-to-local/compare/v1.5.0...v1.6.0) (2023-06-21)
2+
3+
4+
### Bug Fixes
5+
6+
* Fix block menu item click invalidity ([30ae904](https://github.com/b-yp/logseq-link-to-local/commit/30ae904dbf04819126f3fe07a61155953372b573))
7+
8+
9+
### Features
10+
11+
* Added block deep-first traversal and saving ([07ac92d](https://github.com/b-yp/logseq-link-to-local/commit/07ac92d42507aa484dc638ac961a78cee34c3d52))
12+
113
# [1.5.0](https://github.com/b-yp/logseq-link-to-local/compare/v1.4.1...v1.5.0) (2023-06-20)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-link-to-local",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)