Skip to content

Commit b0963b0

Browse files
chore(main): release 7.1.0 (#485)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 845ff70 commit b0963b0

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [7.1.0](https://github.com/Doist/todoist-api-typescript/compare/v7.0.0...v7.1.0) (2026-03-13)
9+
10+
11+
### Features
12+
13+
* **tasks:** expose order field in updateTask, mapped to child_order ([#488](https://github.com/Doist/todoist-api-typescript/issues/488)) ([845ff70](https://github.com/Doist/todoist-api-typescript/commit/845ff70a3c004ddd6462834959df76dac13a0df9))
14+
15+
16+
### Miscellaneous
17+
18+
* **deps:** bump serialize-javascript and terser-webpack-plugin ([#484](https://github.com/Doist/todoist-api-typescript/issues/484)) ([55f73dc](https://github.com/Doist/todoist-api-typescript/commit/55f73dcdde4de80c24c976c59855be116c8e1cf6))
19+
820
## [7.0.0](https://github.com/Doist/todoist-api-typescript/compare/v6.10.0...v7.0.0) (2026-03-11)
921

1022

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-api-typescript",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "A typescript wrapper for the Todoist REST API.",
55
"author": "Doist developers",
66
"repository": "https://github.com/Doist/todoist-api-typescript",

0 commit comments

Comments
 (0)