chore(release): bump version to 0.14.0

- Update all packages from 0.13.x to 0.14.0
- Update sandbox image URI to 0.14.0

This prepares the 0.14.0 release with updated version numbers
across all workspace packages.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-04-01 19:23:49 +08:00
parent 5eb6b4ec61
commit 555f92ff21
13 changed files with 29 additions and 29 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.13.2",
"version": "0.14.0",
"engines": {
"node": ">=20.0.0"
},
@ -18,7 +18,7 @@
"url": "git+https://github.com/QwenLM/qwen-code.git"
},
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.13.2"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.0"
},
"scripts": {
"start": "cross-env node scripts/start.js",