We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fee9f0 commit 123f390Copy full SHA for 123f390
CHANGELOG.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## 10.1.1 - In Development
+## 11.0.0
4
5
-- **Upgrade**: Upgraded dependency `commander` to `5.x`
6
-- **Upgrade**: Upgraded devDependencies `ts-standard`, `sinon`
+- **Upgrade**: Upgraded dependency `commander` to `13.x`
+- **Upgrade**: Upgraded dependency `cross-spawn` to `7.x`
7
+- **Upgrade**: Upgraded all devDependencies
8
9
## 10.1.0
10
package.json
@@ -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",
0 commit comments