From be38c6c327f61de9e30da494b532c4454b2d25d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 03:13:58 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] # [1.20.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.19.0...v1.20.0) (2023-11-24) ### Features * show ref block task content ([ec6659c](https://github.com/ahonn/logseq-plugin-todo/commit/ec6659c057744e0e5226e4431ff7d3204f0bbf39)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2af4b..4c2a1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.20.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.19.0...v1.20.0) (2023-11-24) + + +### Features + +* show ref block task content ([ec6659c](https://github.com/ahonn/logseq-plugin-todo/commit/ec6659c057744e0e5226e4431ff7d3204f0bbf39)) + # [1.19.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.18.0...v1.19.0) (2023-04-23) diff --git a/package.json b/package.json index e83452e..90a3162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-todo", - "version": "1.19.0", + "version": "1.20.0", "main": "dist/index.html", "scripts": { "dev": "vite",