mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
feat: version 11.0.0 release
This commit is contained in:
parent
3db3c8f005
commit
b5f3ef44a9
@ -1,10 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Landed in master
|
## 11.0.0
|
||||||
|
|
||||||
- **Upgrade**: Upgraded dependency `commander` to `13.x`
|
- **Upgrade**: Upgraded dependency `commander` to `13.x`
|
||||||
- **Upgrade**: Upgraded dependency `cross-spawn` to `7.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**: support both `$var` and `${var}` when expanding vars
|
||||||
- **Feature**: Added support for nested env variables with the `--recursive` flag
|
- **Feature**: Added support for nested env variables with the `--recursive` flag
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "env-cmd",
|
"name": "env-cmd",
|
||||||
"version": "10.1.0",
|
"version": "11.0.0",
|
||||||
"description": "Executes a command using the environment variables in an env file",
|
"description": "Executes a command using the environment variables in an env file",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user