diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index bb290b31..5a8ec6d4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.2" + ".": "6.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 823f5109..154fb6b7 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.3](https://github.com/Doist/todoist-api-typescript/compare/v6.1.2...v6.1.3) (2025-11-08) + + +### Bug Fixes + +* auto-format Release Please PRs with Prettier ([3068d54](https://github.com/Doist/todoist-api-typescript/commit/3068d54b3415fca1ea8f490b21276439430fc5a7)) + ## [6.1.2](https://github.com/Doist/todoist-api-typescript/compare/v6.1.1...v6.1.2) (2025-11-08) diff --git a/package-lock.json b/package-lock.json index 17b9fbbe..724501aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.2", + "version": "6.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "6.1.2", + "version": "6.1.3", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index 25b220fc..ea230f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.2", + "version": "6.1.3", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "git@github.com:doist/todoist-api-typescript.git",