We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86749c0 commit e6d5bb3Copy full SHA for e6d5bb3
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/codize-dev/cli/compare/v0.1.0...v0.2.0) (2026-02-28)
4
+
5
6
+### Features
7
8
+* Add --json output option to run command ([86749c0](https://github.com/codize-dev/cli/commit/86749c018e4c3cbe6fefd1df6be148020dfa32a2))
9
10
## [0.1.0](https://github.com/codize-dev/cli/compare/v0.0.1...v0.1.0) (2026-02-27)
11
12
package.json
@@ -2,7 +2,7 @@
"name": "@codize/cli",
"module": "src/index.ts",
"type": "module",
- "version": "0.1.0",
+ "version": "0.2.0",
"author": "koki-develop <kou.pg.0131@gmail.com>",
"homepage": "https://github.com/codize-dev/cli",
"repository": {
0 commit comments