Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 16.6.0 #6034

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [16.6.0](https://github.com/netlify/cli/compare/v16.5.1...v16.6.0) (2023-10-10)


### Features

* improvements to V2 functions ([#6047](https://github.com/netlify/cli/issues/6047)) ([7d96cde](https://github.com/netlify/cli/commit/7d96cded78aa307dfd21859c75db69578bd6b69a))
* return 404 on default URL when function has custom routes ([#5998](https://github.com/netlify/cli/issues/5998)) ([05c44a6](https://github.com/netlify/cli/commit/05c44a6d2c17ef80a860bce90feebe58c1f02198))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v1.8.0 ([#6037](https://github.com/netlify/cli/issues/6037)) ([31efdf0](https://github.com/netlify/cli/commit/31efdf017789dbda65bab54e23ac1dd9e80de1cc))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.21.0 ([#6038](https://github.com/netlify/cli/issues/6038)) ([ba672f8](https://github.com/netlify/cli/commit/ba672f8865251f69b6d0381aa9f079e634cc8791))
* **deps:** update netlify packages ([#6043](https://github.com/netlify/cli/issues/6043)) ([c260f2d](https://github.com/netlify/cli/commit/c260f2d759242639103e1db0aaeee37c90c1099a))
* **deps:** update netlify packages ([#6049](https://github.com/netlify/cli/issues/6049)) ([e7d258b](https://github.com/netlify/cli/commit/e7d258b9bbd5954ea0aae805faf810dd5ef00e6d))
* don't run form submission logic on paths matching function ([#6048](https://github.com/netlify/cli/issues/6048)) ([8183fd0](https://github.com/netlify/cli/commit/8183fd012b2b1ae6917ce2821c644494aae8aa7d))
* fixes specifying / as a path for v2 api functions ([#6045](https://github.com/netlify/cli/issues/6045)) ([970b3df](https://github.com/netlify/cli/commit/970b3df884d5149ac8139463c3d1b509e1224d07))
* log function invocation errors ([#6033](https://github.com/netlify/cli/issues/6033)) ([d33fb0c](https://github.com/netlify/cli/commit/d33fb0cc19b3993bc35da80de75ba998f72ffd39))

## [16.5.1](https://github.com/netlify/cli/compare/v16.5.0...v16.5.1) (2023-10-03)


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": "16.5.1",
"version": "16.6.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down