From ddab3a12fb6a01b31b8a508253ea87b9df6e27c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:06:26 +0000 Subject: [PATCH] chore(main): release 6.1.8 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 930c7feb..3c5df41a 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.7" + ".": "6.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4046f4..54138e10 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.8](https://github.com/Doist/todoist-api-typescript/compare/v6.1.7...v6.1.8) (2025-11-18) + + +### Miscellaneous + +* **deps:** bump js-yaml from 3.14.1 to 3.14.2 in /website ([#397](https://github.com/Doist/todoist-api-typescript/issues/397)) ([4bc0d65](https://github.com/Doist/todoist-api-typescript/commit/4bc0d65ae3f2d338010b11738d554b9da3155f25)) + ## [6.1.7](https://github.com/Doist/todoist-api-typescript/compare/v6.1.6...v6.1.7) (2025-11-11) diff --git a/package-lock.json b/package-lock.json index 6ab3f9bf..9a41e9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.7", + "version": "6.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "6.1.7", + "version": "6.1.8", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index f2ecbcbc..59a2b33c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.7", + "version": "6.1.8", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "https://github.com/Doist/todoist-api-typescript",