diff --git a/CHANGELOG.md b/CHANGELOG.md index e30ff60ece0..badcb8a9517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.0.1](https://github.com/netlify/cli/compare/v17.0.0...v17.0.1) (2023-11-02) + + +### Bug Fixes + +* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.25.7 ([#6115](https://github.com/netlify/cli/issues/6115)) ([b557da9](https://github.com/netlify/cli/commit/b557da9196045644cb5eab1d35b357df6546c2ea)) +* **deps:** update netlify packages ([#6114](https://github.com/netlify/cli/issues/6114)) ([63d8b3e](https://github.com/netlify/cli/commit/63d8b3e3d700816f50d90b90dc0a4515518c82b2)) +* min version should be lowest version of 18, not the latest ([#6110](https://github.com/netlify/cli/issues/6110)) ([e770302](https://github.com/netlify/cli/commit/e7703021091d3b67e7d70ae771b0b9fd6ad4f160)) +* update edge functions bootstrap ([#6116](https://github.com/netlify/cli/issues/6116)) ([3600585](https://github.com/netlify/cli/commit/360058590b3dfe593af65d151b46892a0e7fb56b)) + ## [17.0.0](https://github.com/netlify/cli/compare/v16.9.3...v17.0.0) (2023-10-31) diff --git a/package-lock.json b/package-lock.json index ea0321a9647..269246778d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.0.0", + "version": "17.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 44eab983033..bc3c2de9679 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.0.0", + "version": "17.0.1", "author": "Netlify Inc.", "type": "module", "engines": {