Skip to content

Commit b5b3fbc

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.1...v1.7.0) (2022-02-23) ### Bug Fixes * do not count current block ([627d9e5](627d9e5)) ### Features * do not use uuid for block-ref ([809df1c](809df1c)), closes [#9](#9)
1 parent 627d9e5 commit b5b3fbc

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.7.0](https://github.com/pengx17/logseq-plugin-todo-master/compare/v1.6.1...v1.7.0) (2022-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* do not count current block ([627d9e5](https://github.com/pengx17/logseq-plugin-todo-master/commit/627d9e5d2c13bc331c73c3ecf0b8f13aa157a251))
7+
8+
9+
### Features
10+
11+
* do not use uuid for block-ref ([809df1c](https://github.com/pengx17/logseq-plugin-todo-master/commit/809df1c6767bcf4a49c6cf90caa0352a7f9791e8)), closes [#9](https://github.com/pengx17/logseq-plugin-todo-master/issues/9)
12+
113
## [1.6.1](https://github.com/pengx17/logseq-plugin-todo-master/compare/v1.6.0...v1.6.1) (2022-01-26)
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-plugin-todo-master",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)