diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3256c3937..5b11abb0ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.5.2](https://github.com/netlify/cli/compare/v17.5.1...v17.5.2) (2023-11-20) + + +### Bug Fixes + +* also run blobs on `ntl serve` ([#6183](https://github.com/netlify/cli/issues/6183)) ([0ecd72e](https://github.com/netlify/cli/commit/0ecd72e327cb7b537908347afc699880fda64942)) +* expose params to edge functions with `cache: "manual"` ([#6194](https://github.com/netlify/cli/issues/6194)) ([f1986d9](https://github.com/netlify/cli/commit/f1986d90c5fa2c1f6e66721d27d5febc9c6fe423)) + ## [17.5.1](https://github.com/netlify/cli/compare/v17.5.0...v17.5.1) (2023-11-17) diff --git a/package-lock.json b/package-lock.json index 36e9911182e..9f74bbf0e99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.5.1", + "version": "17.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.5.1", + "version": "17.5.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b8f0fc9fa6f..9b44b253aa7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.5.1", + "version": "17.5.2", "author": "Netlify Inc.", "type": "module", "engines": {