Skip to content

Commit 378e477

Browse files
chore(main): release 6.2.1 (#421)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cd8707 commit 378e477

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.2.0"
2+
".": "6.2.1"
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.2.1](https://github.com/Doist/todoist-api-typescript/compare/v6.2.0...v6.2.1) (2025-12-03)
9+
10+
11+
### Bug Fixes
12+
13+
* Fix undici browser compatibility with dynamic imports ([#424](https://github.com/Doist/todoist-api-typescript/issues/424)) ([7cd8707](https://github.com/Doist/todoist-api-typescript/commit/7cd8707e1574122bd8494d4d9c8766faa19b0023))
14+
15+
16+
### Code Refactoring
17+
18+
* reduce uncompletable test redundancy by 48% ([#420](https://github.com/Doist/todoist-api-typescript/issues/420)) ([e056fd5](https://github.com/Doist/todoist-api-typescript/commit/e056fd5c42c3754fa2e8b34edcaa68884385f69e))
19+
820
## [6.2.0](https://github.com/Doist/todoist-api-typescript/compare/v6.1.12...v6.2.0) (2025-11-27)
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.2.0",
3+
"version": "6.2.1",
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)