Skip to content

Commit c7cf10b

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.0...v2.5.0) (2026-02-21) ### Features * add --accessible flag for screen-reader-friendly output ([#47](#47)) ([5317cdf](5317cdf)) * add Gemini CLI skill ([#48](#48)) ([7992c26](7992c26))
1 parent 5317cdf commit c7cf10b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [2.5.0](https://github.com/Doist/twist-cli/compare/v2.4.0...v2.5.0) (2026-02-21)
2+
3+
4+
### Features
5+
6+
* add --accessible flag for screen-reader-friendly output ([#47](https://github.com/Doist/twist-cli/issues/47)) ([5317cdf](https://github.com/Doist/twist-cli/commit/5317cdf729e6faa43f339cbb4ef4ab1a0e7ad02a))
7+
* add Gemini CLI skill ([#48](https://github.com/Doist/twist-cli/issues/48)) ([7992c26](https://github.com/Doist/twist-cli/commit/7992c26f11eb9d5b23d00270a3779a05b4ed9e6c))
8+
19
# [2.4.0](https://github.com/Doist/twist-cli/compare/v2.3.0...v2.4.0) (2026-02-21)
210

311

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

0 commit comments

Comments
 (0)