Skip to content

Commit cd290ff

Browse files
chore(main): release 6.1.10 (#404)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89bc88a commit cd290ff

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-
".": "6.1.9"
2+
".": "6.1.10"
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+
## [6.1.10](https://github.com/Doist/todoist-api-typescript/compare/v6.1.9...v6.1.10) (2025-11-19)
9+
10+
11+
### Bug Fixes
12+
13+
* Remove dependency on `projectId` for GetSectionsArgs ([#405](https://github.com/Doist/todoist-api-typescript/issues/405)) ([89bc88a](https://github.com/Doist/todoist-api-typescript/commit/89bc88ae910c88d049ae8490eddb7770bda37c55))
14+
15+
16+
### Miscellaneous
17+
18+
* **deps:** bump js-yaml ([#403](https://github.com/Doist/todoist-api-typescript/issues/403)) ([e37a4b1](https://github.com/Doist/todoist-api-typescript/commit/e37a4b12474c88dcd4bcacc553aa802f4de61cd8))
19+
820
## [6.1.9](https://github.com/Doist/todoist-api-typescript/compare/v6.1.8...v6.1.9) (2025-11-18)
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": "6.1.9",
3+
"version": "6.1.10",
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)