Skip to content

Commit aa5993c

Browse files
chore(main): release 6.2.0 (#416)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d95300f commit aa5993c

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.12"
2+
".": "6.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.2.0](https://github.com/Doist/todoist-api-typescript/compare/v6.1.12...v6.2.0) (2025-11-27)
9+
10+
11+
### Features
12+
13+
* Add uncompletable task support with isUncompletable field ([#418](https://github.com/Doist/todoist-api-typescript/issues/418)) ([93e007a](https://github.com/Doist/todoist-api-typescript/commit/93e007a09adb22b20b7b70bf069bc18bda573fe3))
14+
15+
16+
### Bug Fixes
17+
18+
* Exclude website folder from triggering releases ([#417](https://github.com/Doist/todoist-api-typescript/issues/417)) ([26a7da8](https://github.com/Doist/todoist-api-typescript/commit/26a7da8d53d1edf3c2497c1f0cb7f83cc6cde383))
19+
* Replace 'any' with 'Record&lt;string, unknown&gt;' in test mocks ([#419](https://github.com/Doist/todoist-api-typescript/issues/419)) ([d95300f](https://github.com/Doist/todoist-api-typescript/commit/d95300fd3da480dd4936148cdaf8f729171ea1a1))
20+
821
## [6.1.12](https://github.com/Doist/todoist-api-typescript/compare/v6.1.11...v6.1.12) (2025-11-26)
922

1023

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.12",
3+
"version": "6.2.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)