Skip to content

Commit acc5d65

Browse files
chore(main): release 6.1.11 (#409)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f059ad9 commit acc5d65

File tree

4 files changed

+12
-4
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.11](https://github.com/Doist/todoist-api-typescript/compare/v6.1.10...v6.1.11) (2025-11-24)
9+
10+
11+
### Bug Fixes
12+
13+
* add .js extensions to declaration file imports to resolve type re-export issue ([#410](https://github.com/Doist/todoist-api-typescript/issues/410)) ([f059ad9](https://github.com/Doist/todoist-api-typescript/commit/f059ad9ac63b22b7b73037f1461049a5e7678ae0))
14+
* resolve 30-second connection hang in v6.0.0+ ([#408](https://github.com/Doist/todoist-api-typescript/issues/408)) ([27d6133](https://github.com/Doist/todoist-api-typescript/commit/27d61334273974be771f76f650a64c5e3f890bf1))
15+
816
## [6.1.10](https://github.com/Doist/todoist-api-typescript/compare/v6.1.9...v6.1.10) (2025-11-19)
917

1018

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