Skip to content

Commit

Permalink
chore(main): release 16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Oct 10, 2023
1 parent 7d96cde commit cd3de8a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ 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))
* 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

0 comments on commit cd3de8a

Please sign in to comment.