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 37cc6f7 commit 42663a2Copy full SHA for 42663a2
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
## Unreleased
6
7
+## 3.0.0
8
+
9
+### Breaking
10
11
+- Drop support for Node.js v10
12
+- Update minimum supported version of Vercel CLI to v23
13
14
## 2.0.1
15
16
### Fixes
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "deploy-env",
3
"description": "Deploy environment variables from .env and .env-cmdrc.json files to Vercel.",
- "version": "2.0.1",
+ "version": "3.0.0",
"type": "commonjs",
"main": "./lib/mod.js",
"exports": "./lib/mod.js",
0 commit comments