From 64fa316261607c2eccef5013abdcb7a9074628d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Nov 2022 02:49:46 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.11.1...v1.12.0) (2022-11-14) ### Bug Fixes * fix not refresh when set task schedule ([9d46240](https://github.com/ahonn/logseq-plugin-todo/commit/9d462408927a2fca00c1a75549379a3a494a391f)) ### Features * let the input box can be search tasks by title ([1a4ba2d](https://github.com/ahonn/logseq-plugin-todo/commit/1a4ba2dfeab93a49006d423dc8f279d6734a21ec)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798f212..3f70765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.12.0](https://github.com/ahonn/logseq-plugin-todo/compare/v1.11.1...v1.12.0) (2022-11-14) + + +### Bug Fixes + +* fix not refresh when set task schedule ([9d46240](https://github.com/ahonn/logseq-plugin-todo/commit/9d462408927a2fca00c1a75549379a3a494a391f)) + + +### Features + +* let the input box can be search tasks by title ([1a4ba2d](https://github.com/ahonn/logseq-plugin-todo/commit/1a4ba2dfeab93a49006d423dc8f279d6734a21ec)) + ## [1.11.1](https://github.com/ahonn/logseq-plugin-todo/compare/v1.11.0...v1.11.1) (2022-10-19) diff --git a/package.json b/package.json index 5c23c95..e8f33cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-todo", - "version": "1.11.1", + "version": "1.12.0", "main": "dist/index.html", "scripts": { "dev": "vite",