From 6c14162b030a7337f0db33d8c690071691590eed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 May 2024 01:48:08 +0000 Subject: [PATCH] chore(release): 3.11.0 [skip ci] # [3.11.0](https://github.com/haydenull/logseq-plugin-agenda/compare/v3.10.5...v3.11.0) (2024-05-25) ### Features * support set start of the week ([#296](https://github.com/haydenull/logseq-plugin-agenda/issues/296)) ([b87a00e](https://github.com/haydenull/logseq-plugin-agenda/commit/b87a00ef6f7e1aeb7f8db45ec469a6f420bbada9)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc570cb..fa21f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.11.0](https://github.com/haydenull/logseq-plugin-agenda/compare/v3.10.5...v3.11.0) (2024-05-25) + + +### Features + +* support set start of the week ([#296](https://github.com/haydenull/logseq-plugin-agenda/issues/296)) ([b87a00e](https://github.com/haydenull/logseq-plugin-agenda/commit/b87a00ef6f7e1aeb7f8db45ec469a6f420bbada9)) + ## [3.10.5](https://github.com/haydenull/logseq-plugin-agenda/compare/v3.10.4...v3.10.5) (2024-05-23) diff --git a/package.json b/package.json index bce511b..580cfd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-agenda", - "version": "3.10.5", + "version": "3.11.0", "main": "dist/index.html", "private": true, "logseq": { @@ -141,4 +141,4 @@ "vuepress-plugin-copy-code2": "2.0.0-beta.173", "wrangler": "^3.57.1" } -} \ No newline at end of file +}