diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index af73f18..b234768 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.5" + ".": "6.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08393d0..9030dc9 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.6](https://github.com/Doist/todoist-api-typescript/compare/v6.1.5...v6.1.6) (2025-11-10) + + +### Miscellaneous + +* Expose `premiumStatus` user field ([#382](https://github.com/Doist/todoist-api-typescript/issues/382)) ([4c66fed](https://github.com/Doist/todoist-api-typescript/commit/4c66fedae165fd8d0aa5ddb84d0f393344cbf14e)) + ## [6.1.5](https://github.com/Doist/todoist-api-typescript/compare/v6.1.4...v6.1.5) (2025-11-10) diff --git a/package-lock.json b/package-lock.json index 68def5c..eaa86e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.5", + "version": "6.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/todoist-api-typescript", - "version": "6.1.5", + "version": "6.1.6", "license": "MIT", "dependencies": { "camelcase": "6.3.0", diff --git a/package.json b/package.json index 5ce7d8c..17e9f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/todoist-api-typescript", - "version": "6.1.5", + "version": "6.1.6", "description": "A typescript wrapper for the Todoist REST API.", "author": "Doist developers", "repository": "git@github.com:doist/todoist-api-typescript.git",