Skip to content

Commit 4504083

Browse files
chore(release): 1.34.0 [skip ci]
## [1.34.0](v1.33.0...v1.34.0) (2026-03-31) ### Features * add read-only OAuth mode for safe autonomous tool use ([#205](#205)) ([446756b](446756b))
1 parent 446756b commit 4504083

3 files changed

Lines changed: 9 additions & 3 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.34.0](https://github.com/Doist/todoist-cli/compare/v1.33.0...v1.34.0) (2026-03-31)
2+
3+
### Features
4+
5+
* add read-only OAuth mode for safe autonomous tool use ([#205](https://github.com/Doist/todoist-cli/issues/205)) ([446756b](https://github.com/Doist/todoist-cli/commit/446756b59f4a4060427afa0e55014bd3de35c857))
6+
17
## [1.33.0](https://github.com/Doist/todoist-cli/compare/v1.32.0...v1.33.0) (2026-03-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.33.0",
3+
"version": "1.34.0",
44
"description": "TypeScript CLI for Todoist",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)