Skip to content

Commit f3a1e24

Browse files
committed
v2.0.0
1 parent 6b6897b commit f3a1e24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
> This project adheres to [SemVer](https://semver.org).
33
44
## Unreleased
5+
6+
## 2.0.0
57
### Breaking
68
- Update minimum supported version of Vercel CLI to v21
79

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

0 commit comments

Comments
 (0)