We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a6196 commit 8bfed72Copy full SHA for 8bfed72
2 files changed
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## 0.0.1 (2026-02-27)
4
5
6
+### Features
7
8
+* Add `run` subcommand for executing source files in Codize sandbox ([f001b1d](https://github.com/codize-dev/cli/commit/f001b1dee8488f7e8e864cf37c1bfbfd4ba91be3))
9
+* Release v0.0.1 ([72a6196](https://github.com/codize-dev/cli/commit/72a61969ea10fd06a12964e65bef3d3657e99031))
package.json
@@ -2,7 +2,7 @@
"name": "@codize/cli",
"module": "src/index.ts",
"type": "module",
- "version": "0.0.0",
+ "version": "0.0.1",
"author": "koki-develop <kou.pg.0131@gmail.com>",
"homepage": "https://github.com/codize-dev/cli",
"repository": {
0 commit comments