From f788a8bb46ea4b0146cca243b7815e575623ff32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:19:37 +0000 Subject: [PATCH] chore(main): release 7.3.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 91076782..6186cdac 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa96e697..230efe06 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). +## [7.3.0](https://github.com/Doist/todoist-api-typescript/compare/v7.2.0...v7.3.0) (2026-03-24) + + +### Features + +* **types:** Extract z.enum arrays to const arrays with derived types ([#498](https://github.com/Doist/todoist-api-typescript/issues/498)) ([08bede2](https://github.com/Doist/todoist-api-typescript/commit/08bede2af61dbafd60816a9eb4e89b2ac518e7a8)) + + +### Miscellaneous + +* **deps-dev:** bump flatted from 3.1.1 to 3.4.2 ([#495](https://github.com/Doist/todoist-api-typescript/issues/495)) ([6443f81](https://github.com/Doist/todoist-api-typescript/commit/6443f81ddd2c4c231ea402c776b8d39a73746343)) +* migrate test runner from Jest to Vitest ([#499](https://github.com/Doist/todoist-api-typescript/issues/499)) ([d0ec312](https://github.com/Doist/todoist-api-typescript/commit/d0ec312b87351a798817cea1d30b9112c9b7c5c4)) + ## [7.2.0](https://github.com/Doist/todoist-api-typescript/compare/v7.1.1...v7.2.0) (2026-03-19) diff --git a/package-lock.json b/package-lock.json index e2d28b43..31571819 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "7.2.0", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "7.2.0", + "version": "7.3.0", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index c69bfd18..0627cdc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "7.2.0", + "version": "7.3.0", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "https://github.com/Doist/todoist-api-typescript",