feat: version 11.0.0 release

This commit is contained in:
Todd Bluhm 2025-07-02 23:40:15 -08:00
parent 3db3c8f005
commit b5f3ef44a9
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Changelog
## Landed in master
## 11.0.0
- **Upgrade**: Upgraded dependency `commander` to `13.x`
- **Upgrade**: Upgraded dependency `cross-spawn` to `7.x`
- **Upgrade**: Upgraded all devDependencies `ts-standard`, `sinon`
- **Upgrade**: Upgraded all devDependencies
- **Feature**: support both `$var` and `${var}` when expanding vars
- **Feature**: Added support for nested env variables with the `--recursive` flag

View File

@ -1,6 +1,6 @@
{
"name": "env-cmd",
"version": "10.1.0",
"version": "11.0.0",
"description": "Executes a command using the environment variables in an env file",
"main": "dist/index.js",
"types": "dist/index.d.ts",