Skip to content

Commit 8fc9142

Browse files
chore(main): release 3.0.0 (#52)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.2.2...v3.0.0) (2025-08-21) ### ⚠ BREAKING CHANGES * verb-first tool names, unify find-by-container into find-tasks ([#53](#53)) * Remove single update task and replace with multiple ([#47](#47)) ### Features * Improve tool output UX with LLM-readable responses ([#49](#49)) ([7c25696](7c25696)) * Remove single update task and replace with multiple ([#47](#47)) ([8a9b7cf](8a9b7cf)) * verb-first tool names, unify find-by-container into find-tasks ([#53](#53)) ([dbada71](dbada71)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbada71 commit 8fc9142

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/Doist/todoist-ai/compare/v2.2.2...v3.0.0) (2025-08-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* verb-first tool names, unify find-by-container into find-tasks ([#53](https://github.com/Doist/todoist-ai/issues/53))
9+
* Remove single update task and replace with multiple ([#47](https://github.com/Doist/todoist-ai/issues/47))
10+
11+
### Features
12+
13+
* Improve tool output UX with LLM-readable responses ([#49](https://github.com/Doist/todoist-ai/issues/49)) ([7c25696](https://github.com/Doist/todoist-ai/commit/7c25696926bbaee158482cbc75595e80959e1c12))
14+
* Remove single update task and replace with multiple ([#47](https://github.com/Doist/todoist-ai/issues/47)) ([8a9b7cf](https://github.com/Doist/todoist-ai/commit/8a9b7cf119a405a2849ab95c437a344961790686))
15+
* verb-first tool names, unify find-by-container into find-tasks ([#53](https://github.com/Doist/todoist-ai/issues/53)) ([dbada71](https://github.com/Doist/todoist-ai/commit/dbada719d98df4bb91a52a0a7af8afb6ad6f3fae))
16+
317
## [2.2.2](https://github.com/Doist/todoist-ai/compare/v2.2.1...v2.2.2) (2025-08-16)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/todoist-ai",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)