diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b234768..930c7fe 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.6" + ".": "6.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9030dc9..ca4046f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.7](https://github.com/Doist/todoist-api-typescript/compare/v6.1.6...v6.1.7) (2025-11-11) + + +### Bug Fixes + +* Don't force `projectId` for fetching sections ([#395](https://github.com/Doist/todoist-api-typescript/issues/395)) ([8ddd19c](https://github.com/Doist/todoist-api-typescript/commit/8ddd19c68f8940f90978154352d6875cd775ab06)) + ## [6.1.6](https://github.com/Doist/todoist-api-typescript/compare/v6.1.5...v6.1.6) (2025-11-10) diff --git a/package-lock.json b/package-lock.json index eaa86e6..1bd9e92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.6", + "version": "6.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "6.1.6", + "version": "6.1.7", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index 17e9f1c..6839114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.6", + "version": "6.1.7", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "git@github.com:doist/todoist-api-typescript.git",