From ea50f1c8003c06bbe765bb6aa7a4f53238e1217a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:46:22 +0000 Subject: [PATCH] chore(main): release 6.2.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 79548ddf..448d89e0 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.12" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e40713..0f5e8775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.2.0](https://github.com/Doist/todoist-api-typescript/compare/v6.1.12...v6.2.0) (2025-11-27) + + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) +* Replace 'any' with 'Record<string, unknown>' in test mocks ([#419](https://github.com/Doist/todoist-api-typescript/issues/419)) ([d95300f](https://github.com/Doist/todoist-api-typescript/commit/d95300fd3da480dd4936148cdaf8f729171ea1a1)) + ## [6.1.12](https://github.com/Doist/todoist-api-typescript/compare/v6.1.11...v6.1.12) (2025-11-26) diff --git a/package-lock.json b/package-lock.json index 2046e090..6c06a9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.12", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "6.1.12", + "version": "6.2.0", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index 96bc7ee5..9063089f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.12", + "version": "6.2.0", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "https://github.com/Doist/todoist-api-typescript",