Skip to content

Commit 9727679

Browse files
chore(main): release 7.10.0 (#318)
🤖 I have created a release *beep* *boop* --- ## [7.10.0](v7.9.0...v7.10.0) (2026-02-18) ### Features * add project-move tool for moving projects between personal and workspace ([#315](#315)) ([4fa7253](4fa7253)) * switch HTTP server to stateless MCP mode ([#319](#319)) ([fa97e5e](fa97e5e)) ### Bug Fixes * **deps:** update all dependencies ([#316](#316)) ([bd9746c](bd9746c)) --- 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 4fa7253 commit 9727679

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [7.10.0](https://github.com/Doist/todoist-ai/compare/v7.9.0...v7.10.0) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* add project-move tool for moving projects between personal and workspace ([#315](https://github.com/Doist/todoist-ai/issues/315)) ([4fa7253](https://github.com/Doist/todoist-ai/commit/4fa72534e4fdcd3ec5b7fdacf4b9ac914a674060))
9+
* switch HTTP server to stateless MCP mode ([#319](https://github.com/Doist/todoist-ai/issues/319)) ([fa97e5e](https://github.com/Doist/todoist-ai/commit/fa97e5e673b8408ff171d1023e549f713901b6d7))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update all dependencies ([#316](https://github.com/Doist/todoist-ai/issues/316)) ([bd9746c](https://github.com/Doist/todoist-ai/commit/bd9746cefe6b8aeda8b548e6e2cae82b37331a7e))
15+
316
## [7.9.0](https://github.com/Doist/todoist-ai/compare/v7.8.1...v7.9.0) (2026-02-14)
417

518

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": "7.9.0",
3+
"version": "7.10.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)