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 6b6897b commit f3a1e24Copy full SHA for f3a1e24
CHANGELOG.md
@@ -2,6 +2,8 @@
2
> This project adheres to [SemVer](https://semver.org).
3
4
## Unreleased
5
+
6
+## 2.0.0
7
### Breaking
8
- Update minimum supported version of Vercel CLI to v21
9
package.json
@@ -1,7 +1,7 @@
1
{
"name": "deploy-env",
"description": "Deploy environment variables from .env and .env-cmdrc.json files to Vercel",
- "version": "1.1.6",
+ "version": "2.0.0",
"main": "lib/mod.js",
"bin": {
"dpl-env": "lib/cli.js",
0 commit comments