diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ea134edf0..879c2d56dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.22.0](https://github.com/netlify/cli/compare/v17.21.2...v17.22.0) (2024-04-08) + + +### Features + +* add `--internal-disable-edge-functions` flag to skip Deno setup ([#6495](https://github.com/netlify/cli/issues/6495)) ([a6f0f45](https://github.com/netlify/cli/commit/a6f0f45e6453fca74af3bb007fca81a8b7714f86)) +* load edge functions bootstrap from module ([#6496](https://github.com/netlify/cli/issues/6496)) ([bb2279f](https://github.com/netlify/cli/commit/bb2279f39a5c22abeea56dfc76b289af61a201ac)) + + +### Bug Fixes + +* set DEPLOY_ID and DEPLOY_URL env vars once available ([#6489](https://github.com/netlify/cli/issues/6489)) ([bc24f77](https://github.com/netlify/cli/commit/bc24f776066ee1538f2d65cd97b29098a7b6e628)) + ## [17.21.2](https://github.com/netlify/cli/compare/v17.21.1...v17.21.2) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index bdb655ef533..abc662b45ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.21.2", + "version": "17.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.21.2", + "version": "17.22.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 348138c6d56..24ed31be085 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.21.2", + "version": "17.22.0", "author": "Netlify Inc.", "type": "module", "engines": {