Skip to content

Commit d0c337e

Browse files
chore(main): release 6.1.5
1 parent e1b2fdc commit d0c337e

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.1.4"
2+
".": "6.1.5"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.5](https://github.com/Doist/todoist-api-typescript/compare/v6.1.4...v6.1.5) (2025-11-10)
9+
10+
11+
### Bug Fixes
12+
13+
* Correct the deprecations ([#393](https://github.com/Doist/todoist-api-typescript/issues/393)) ([e1b2fdc](https://github.com/Doist/todoist-api-typescript/commit/e1b2fdcd3e1c450eac2b0bdf6d9de897fc386820))
14+
15+
16+
### Miscellaneous
17+
18+
* **deps:** update dependency @doist/eslint-config to v12 ([#371](https://github.com/Doist/todoist-api-typescript/issues/371)) ([e355e4b](https://github.com/Doist/todoist-api-typescript/commit/e355e4b2ade4cc231b9927f5caf7ce2a8dbd1fb6))
19+
820
## [6.1.4](https://github.com/Doist/todoist-api-typescript/compare/v6.1.3...v6.1.4) (2025-11-08)
921

1022

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/todoist-api-typescript",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"description": "A typescript wrapper for the Todoist REST API.",
55
"author": "Doist developers",
66
"repository": "[email protected]:doist/todoist-api-typescript.git",

0 commit comments

Comments
 (0)