diff --git a/CHANGELOG.md b/CHANGELOG.md index e1760ac3..32381ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index c0adc1f8..25f63e08 100644 --- a/package.json +++ b/package.json @@ -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",