diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d96c52d9da..bc2eef87d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.8.0](https://github.com/netlify/cli/compare/v17.7.0...v17.8.0) (2023-11-28) + + +### Features + +* support `preferStatic` for v2 functions ([#6211](https://github.com/netlify/cli/issues/6211)) ([6bd29e0](https://github.com/netlify/cli/commit/6bd29e048a3acaeec4a599d146cbb180add438ec)) + + +### Bug Fixes + +* `ntl serve` for v2 functions, follow-ups ([#6210](https://github.com/netlify/cli/issues/6210)) ([af800af](https://github.com/netlify/cli/commit/af800af728a85601c63a8e8827c73c00988bab0c)) +* don't mistake paths for protocols ([#6212](https://github.com/netlify/cli/issues/6212)) ([3c31fc9](https://github.com/netlify/cli/commit/3c31fc987cf4db160868361c729b5cb310691b2b)) +* don't show warning when there are no ef ([#6214](https://github.com/netlify/cli/issues/6214)) ([4027528](https://github.com/netlify/cli/commit/40275285bb8aecac35a8958f6af69a8bc4b5b006)) +* image CDN asset url shouldn't have double slash ([#6221](https://github.com/netlify/cli/issues/6221)) ([8f8e8b4](https://github.com/netlify/cli/commit/8f8e8b45ba4e75cb8c7a4ae555d53395cdec1080)) +* prevent image cdn from being shadowed by v2 functions ([#6213](https://github.com/netlify/cli/issues/6213)) ([c9dcf30](https://github.com/netlify/cli/commit/c9dcf3046bdbca2fde02d9cc02801e17a293143d)) + ## [17.7.0](https://github.com/netlify/cli/compare/v17.6.0...v17.7.0) (2023-11-23) diff --git a/package-lock.json b/package-lock.json index 796314b46de..64f9b87e952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.7.0", + "version": "17.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.7.0", + "version": "17.8.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e10e76cb4cb..382152ebb86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.7.0", + "version": "17.8.0", "author": "Netlify Inc.", "type": "module", "engines": {