Skip to content

Commit e2a879e

Browse files
committed
v2.0.1
1 parent aa54dff commit e2a879e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
## Unreleased
55

6+
## 2.0.1
7+
### Fixes
8+
- 🔥 Hotfix
9+
610
## 2.0.0
711
### Breaking
812
- Update minimum supported version of Vercel CLI to v21

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.0",
4+
"version": "2.0.1",
55
"main": "lib/mod.js",
66
"bin": {
77
"dpl-env": "lib/cli.js",

0 commit comments

Comments
 (0)