Skip to content

Commit 9b79561

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2024-02-02) ### Features * Support recursive retrieval of all child node content under the current block and extract tags ([02cb233](02cb233))
1 parent 28a973d commit 9b79561

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/b-yp/logseq-ai-auto-tags/compare/v1.0.1...v1.1.0) (2024-02-02)
2+
3+
4+
### Features
5+
6+
* Support recursive retrieval of all child node content under the current block and extract tags ([02cb233](https://github.com/b-yp/logseq-ai-auto-tags/commit/02cb2330b272d2429e8b56587b6eb8c511bfd0bd))
7+
18
## [1.0.1](https://github.com/b-yp/logseq-ai-auto-tags/compare/v1.0.0...v1.0.1) (2023-12-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-ai-auto-tags",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)