From 1b97f9a0480e8da97d30fdf85842763c03093c49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:22:25 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- extensions/todoist/CHANGELOG.md | 18 ++++++++++++++++++ extensions/todoist/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 extensions/todoist/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1712327..f5b5d35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "extensions/test": "0.1.1", "extensions/search": "1.0.3", - "extensions/todoist": "0.1.0" + "extensions/todoist": "0.2.0" } diff --git a/extensions/todoist/CHANGELOG.md b/extensions/todoist/CHANGELOG.md new file mode 100644 index 0000000..4aa2b57 --- /dev/null +++ b/extensions/todoist/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [0.2.0](https://github.com/RokiiApp/extensions/compare/todoist-v0.1.0...todoist-v0.2.0) (2024-03-06) + + +### Features + +* Add TodayTasks workflow ([ae61022](https://github.com/RokiiApp/extensions/commit/ae6102280b4ad1544f4e45fbdccc2704692b5aa4)) +* add view tasks ([1965035](https://github.com/RokiiApp/extensions/commit/1965035846fb488ef7ea0716313b028cf631098b)) + + +### Bug Fixes + +* add first todoist version ([e99cf76](https://github.com/RokiiApp/extensions/commit/e99cf76575d7c9ad27c3a1e0dfaab6bb9b950bfe)) +* force release ([0feab4d](https://github.com/RokiiApp/extensions/commit/0feab4d208b11eda46d2c2ba19d8a9afa375df38)) +* respect custom command settings ([e57872b](https://github.com/RokiiApp/extensions/commit/e57872b7bf1122161590bab2c7601fccdf6ce4e1)) +* respect showOverdue setting on TodayTasks ([8453360](https://github.com/RokiiApp/extensions/commit/8453360083de42cf992bd0e664610f3aa3794e6e)) +* use localization strings ([b1c5812](https://github.com/RokiiApp/extensions/commit/b1c5812304fbc25a9de441d9005ccb58bb7d73bd)) diff --git a/extensions/todoist/package.json b/extensions/todoist/package.json index a263fc0..a7fc9da 100644 --- a/extensions/todoist/package.json +++ b/extensions/todoist/package.json @@ -1,6 +1,6 @@ { "name": "@rokii-plugins/todoist", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "description": "Manage your Todoist tasks from Rokii", "author": "David Jiménez (https://dubis.dev)",