Skip to content

Commit 42663a2

Browse files
committed
v3.0.0
1 parent 37cc6f7 commit 42663a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
55
## Unreleased
66

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+
714
## 2.0.1
815

916
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deploy-env",
33
"description": "Deploy environment variables from .env and .env-cmdrc.json files to Vercel.",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"type": "commonjs",
66
"main": "./lib/mod.js",
77
"exports": "./lib/mod.js",

0 commit comments

Comments
 (0)