Skip to content

Commit 1b240ef

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](v2.11.0...v2.12.0) (2026-03-14) ### Features * add --json support to mutating commands ([#84](#84)) ([738ecf2](738ecf2))
1 parent 738ecf2 commit 1b240ef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.12.0](https://github.com/Doist/twist-cli/compare/v2.11.0...v2.12.0) (2026-03-14)
2+
3+
4+
### Features
5+
6+
* add --json support to mutating commands ([#84](https://github.com/Doist/twist-cli/issues/84)) ([738ecf2](https://github.com/Doist/twist-cli/commit/738ecf209fccf3675f52b92fe8c697d94c562496))
7+
18
# [2.11.0](https://github.com/Doist/twist-cli/compare/v2.10.0...v2.11.0) (2026-03-12)
29

310

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

0 commit comments

Comments
 (0)