We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa35d2 commit 063a7b6Copy full SHA for 063a7b6
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## [0.1.0](https://github.com/codize-dev/cli/compare/v0.0.1...v0.1.0) (2026-02-27)
4
+
5
6
+### Features
7
8
+* Release v0.1.0 ([1aa35d2](https://github.com/codize-dev/cli/commit/1aa35d2d961a3eaae9c80f21baca4bdb11d6d731))
9
10
11
+### Bug Fixes
12
13
+* Capitalize 'Sandbox' in run command description ([7c7fd75](https://github.com/codize-dev/cli/commit/7c7fd756bac93252fec25d54fb5d4c45ade9876a))
14
15
## 0.0.1 (2026-02-27)
16
17
package.json
@@ -2,7 +2,7 @@
"name": "@codize/cli",
"module": "src/index.ts",
"type": "module",
- "version": "0.0.1",
+ "version": "0.1.0",
"author": "koki-develop <kou.pg.0131@gmail.com>",
"homepage": "https://github.com/codize-dev/cli",
"repository": {
0 commit comments