diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc9b78f92c..685df14e51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.29.0](https://github.com/netlify/cli/compare/v17.28.0...v17.29.0) (2024-06-20) + + +### Features + +* support `excludedPath` in functions ([#6717](https://github.com/netlify/cli/issues/6717)) ([5981a35](https://github.com/netlify/cli/commit/5981a35880065a0cf1cd4b9467d47852a6089d6b)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to v29.48.2 ([#6719](https://github.com/netlify/cli/issues/6719)) ([41294c0](https://github.com/netlify/cli/commit/41294c054cab759b21e384713d483c9d91165330)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.37.1 ([#6718](https://github.com/netlify/cli/issues/6718)) ([38d5000](https://github.com/netlify/cli/commit/38d5000a5d78f8fe5daa939e83fe93c9b5e883d1)) +* **deps:** update dependency ws to v8.17.1 [security] ([#6716](https://github.com/netlify/cli/issues/6716)) ([7da19ad](https://github.com/netlify/cli/commit/7da19ad4eb059444e0e71b083ac0c4799508419d)) +* **deps:** update netlify packages ([#6707](https://github.com/netlify/cli/issues/6707)) ([ca0e670](https://github.com/netlify/cli/commit/ca0e6701522ce3a9f351366791989f78d569218a)) + ## [17.28.0](https://github.com/netlify/cli/compare/v17.27.0...v17.28.0) (2024-06-16) diff --git a/package-lock.json b/package-lock.json index be5421ce75d..cafb40ed213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.28.0", + "version": "17.29.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.28.0", + "version": "17.29.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a2ca848ca5f..9900555e692 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.28.0", + "version": "17.29.0", "author": "Netlify Inc.", "type": "module", "engines": {