Skip to content

Commit fba190e

Browse files
chore(main): release 7.4.0 (#276)
🤖 I have created a release *beep* *boop* --- ## [7.4.0](v7.3.1...v7.4.0) (2026-01-20) ### Features * **add-tasks:** add order parameter for task positioning ([#274](#274)) ([6bba6ad](6bba6ad)) ### Bug Fixes * **add-tasks:** create tasks sequentially to preserve input order ([#277](#277)) ([4daef92](4daef92)) --- 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 4daef92 commit fba190e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [7.4.0](https://github.com/Doist/todoist-ai/compare/v7.3.1...v7.4.0) (2026-01-20)
4+
5+
6+
### Features
7+
8+
* **add-tasks:** add order parameter for task positioning ([#274](https://github.com/Doist/todoist-ai/issues/274)) ([6bba6ad](https://github.com/Doist/todoist-ai/commit/6bba6ade8943d5c8f91883109503b4676d46386b))
9+
10+
11+
### Bug Fixes
12+
13+
* **add-tasks:** create tasks sequentially to preserve input order ([#277](https://github.com/Doist/todoist-ai/issues/277)) ([4daef92](https://github.com/Doist/todoist-ai/commit/4daef9203ed4d1ef1ccc1b08c3cfc26c634f679c))
14+
315
## [7.3.1](https://github.com/Doist/todoist-ai/compare/v7.3.0...v7.3.1) (2026-01-16)
416

517

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

0 commit comments

Comments
 (0)