Skip to content

v10.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Sep 17:34

10.1.0 (2025-09-29)

Features

  • add support for default value syntax (152ae6a)

For example:

"dev:server": "cross-env wrangler dev --port ${PORT:-8787}",

If PORT is already set, use that value, otherwise fallback to 8787.

Learn more about Shell Parameter Expansion