Skip to content

Commit

Permalink
chore(main): release 17.8.0 (#6216)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Nov 28, 2023
1 parent 8f8e8b4 commit 9e311f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

1 comment on commit 9e311f9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,396
  • Package size: 404 MB
  • Number of ts-expect-error directives: 0

Please sign in to comment.