From cd3de8a079f550a23f8c8bcec7428be9cf920842 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:44:17 +0000 Subject: [PATCH] chore(main): release 16.6.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ae5ad4ede..f2ce31b224b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index bc9fa53d5f6..d0d62f35ccf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "16.5.1", + "version": "16.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "16.5.1", + "version": "16.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7a39d2f254f..59b3fc3e154 100644 --- a/package.json +++ b/package.json @@ -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": {