Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Nov 24, 2020
1 parent 6b6897b commit f3a1e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
> This project adheres to [SemVer](https://semver.org).
## Unreleased

## 2.0.0
### Breaking
- Update minimum supported version of Vercel CLI to v21

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down

0 comments on commit f3a1e24

Please sign in to comment.