diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ae316e88..63aeb7a7 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.10" + ".": "6.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a5b4b5..bac5b483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.1.11](https://github.com/Doist/todoist-api-typescript/compare/v6.1.10...v6.1.11) (2025-11-24) + + +### Bug Fixes + +* 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)) +* 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)) + ## [6.1.10](https://github.com/Doist/todoist-api-typescript/compare/v6.1.9...v6.1.10) (2025-11-19) diff --git a/package-lock.json b/package-lock.json index c78a281f..e19f11d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.10", + "version": "6.1.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "6.1.10", + "version": "6.1.11", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index 627af23f..9654d0cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.10", + "version": "6.1.11", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "https://github.com/Doist/todoist-api-typescript",