diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d08ff010b..77382bee162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.33.6](https://github.com/netlify/cli/compare/v17.33.5...v17.33.6) (2024-08-06) + + +### Bug Fixes + +* **deps:** update dependency debug to v4.3.6 ([#6774](https://github.com/netlify/cli/issues/6774)) ([5b40ba8](https://github.com/netlify/cli/commit/5b40ba86bf9aa6ca07e795784121e8cc9ba7f679)) +* **deps:** update dependency listr2 to v8.2.4 ([#6775](https://github.com/netlify/cli/issues/6775)) ([ce5a327](https://github.com/netlify/cli/commit/ce5a32764e224738f08a7a8036ad207300b84c1b)) +* **deps:** update netlify packages ([#6778](https://github.com/netlify/cli/issues/6778)) ([494f62b](https://github.com/netlify/cli/commit/494f62b9123141597371399568cb3f3a78fc5626)) +* **deps:** update rust crate tokio to 1.27.0 [security] ([#6779](https://github.com/netlify/cli/issues/6779)) ([b37e49f](https://github.com/netlify/cli/commit/b37e49fa6ac525b4edda31f5c953fc339b51175a)) +* load functions timeout from site properly ([#6777](https://github.com/netlify/cli/issues/6777)) ([7feeceb](https://github.com/netlify/cli/commit/7feeceb7de0c03408a11b9e0982853edd4f2ed14)) + ## [17.33.5](https://github.com/netlify/cli/compare/v17.33.4...v17.33.5) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index b99d008c960..800cace77c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.33.5", + "version": "17.33.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.33.5", + "version": "17.33.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 26a7a5a725b..51230296da7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.33.5", + "version": "17.33.6", "author": "Netlify Inc.", "type": "module", "engines": {