Skip to content

Commit f10fe78

Browse files
chore(release): 1.60.1 [skip ci]
## [1.60.1](v1.60.0...v1.60.1) (2026-05-01) ### Bug Fixes * honour HTTP_PROXY on the customFetch path ([#305](#305)) ([e1fc71a](e1fc71a))
1 parent e1fc71a commit f10fe78

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.60.1](https://github.com/Doist/todoist-cli/compare/v1.60.0...v1.60.1) (2026-05-01)
2+
3+
### Bug Fixes
4+
5+
* honour HTTP_PROXY on the customFetch path ([#305](https://github.com/Doist/todoist-cli/issues/305)) ([e1fc71a](https://github.com/Doist/todoist-cli/commit/e1fc71abfc3c3ad16f1311363368adb06b06c8d7))
6+
17
## [1.60.0](https://github.com/Doist/todoist-cli/compare/v1.59.0...v1.60.0) (2026-04-30)
28

39
### Features

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-cli",
3-
"version": "1.60.0",
3+
"version": "1.60.1",
44
"description": "TypeScript CLI for Todoist",
55
"type": "module",
66
"main": "dist/index.js",

skills/todoist-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compatibility: "Requires the td CLI (@doist/todoist-cli) to be installed and aut
55
license: MIT
66
metadata:
77
author: Doist
8-
version: "1.60.0"
8+
version: "1.60.1"
99
---
1010

1111
# Todoist CLI (td)

0 commit comments

Comments
 (0)