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 aa54dff commit e2a879eCopy full SHA for e2a879e
CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
## Unreleased
5
6
+## 2.0.1
7
+### Fixes
8
+- 🔥 Hotfix
9
+
10
## 2.0.0
11
### Breaking
12
- Update minimum supported version of Vercel CLI to v21
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "deploy-env",
"description": "Deploy environment variables from .env and .env-cmdrc.json files to Vercel",
- "version": "2.0.0",
+ "version": "2.0.1",
"main": "lib/mod.js",
"bin": {
"dpl-env": "lib/cli.js",
0 commit comments