Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Aug 8, 2021
1 parent 37cc6f7 commit 42663a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
## Unreleased

## 3.0.0

### Breaking

- Drop support for Node.js v10
- Update minimum supported version of Vercel CLI to v23

## 2.0.1

### Fixes
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": "2.0.1",
"version": "3.0.0",
"type": "commonjs",
"main": "./lib/mod.js",
"exports": "./lib/mod.js",
Expand Down

0 comments on commit 42663a2

Please sign in to comment.