Skip to content

Commit 09f4057

Browse files
chore(main): release 0.3.1 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da24b07 commit 09f4057

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/codize-dev/cli/compare/v0.3.0...v0.3.1) (2026-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Display field-level validation error details from CodizeApiError ([8636496](https://github.com/codize-dev/cli/commit/86364962f6060668462be617f5cd9ecc03f84324))
9+
* Do not inherit sandbox exit code in JSON output mode ([da24b07](https://github.com/codize-dev/cli/commit/da24b076cb0c9e43e9d69e0092ce5675a94c5aec))
10+
311
## [0.3.0](https://github.com/codize-dev/cli/compare/v0.2.1...v0.3.0) (2026-02-28)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codize/cli",
33
"module": "src/index.ts",
44
"type": "module",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"author": "koki-develop <kou.pg.0131@gmail.com>",
77
"homepage": "https://github.com/codize-dev/cli",
88
"repository": {

0 commit comments

Comments
 (0)