Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RokiiApp/extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 8, 2024
2 parents e54355a + f7fb480 commit 7524d98
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extensions/test": "0.1.1",
"extensions/search": "1.0.3",
"extensions/todoist": "0.1.0"
"extensions/todoist": "0.2.0"
}
18 changes: 18 additions & 0 deletions extensions/todoist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion extensions/todoist/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://dubis.dev)",
Expand Down

0 comments on commit 7524d98

Please sign in to comment.