diff --git a/CHANGELOG.md b/CHANGELOG.md index 936ed8159da..25f23612dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.33.4](https://github.com/netlify/cli/compare/v17.33.3...v17.33.4) (2024-07-15) + + +### Bug Fixes + +* **deps:** update dependency @bugsnag/js to v7.25.0 ([#6762](https://github.com/netlify/cli/issues/6762)) ([c09bf1a](https://github.com/netlify/cli/commit/c09bf1a8100dead5db1e047ba78bdf8876b2d6c8)) +* **deps:** update dependency @types/node to v20.14.10 ([#6763](https://github.com/netlify/cli/issues/6763)) ([ce647f4](https://github.com/netlify/cli/commit/ce647f45ec8af35ac81d0dec72ad89475c6022a4)) +* **deps:** update dependency fastify to v4.28.1 ([#6764](https://github.com/netlify/cli/issues/6764)) ([e45d378](https://github.com/netlify/cli/commit/e45d378ac157b878d5437ffe2166e88aeefe9815)) +* **deps:** update netlify packages ([#6759](https://github.com/netlify/cli/issues/6759)) ([9f36fed](https://github.com/netlify/cli/commit/9f36fed7985245b6738437d46db0f947f2ff3b32)) +* use heuristics for build and deploy command as well ([#6729](https://github.com/netlify/cli/issues/6729)) ([111967c](https://github.com/netlify/cli/commit/111967cc13f8524eb7e3726e1815801ccc5e0133)) + ## [17.33.3](https://github.com/netlify/cli/compare/v17.33.2...v17.33.3) (2024-07-12) diff --git a/package-lock.json b/package-lock.json index 83fd153e863..c2359e21401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.33.3", + "version": "17.33.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.33.3", + "version": "17.33.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 206f8c7a337..ae3c80ddc5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.33.3", + "version": "17.33.4", "author": "Netlify Inc.", "type": "module", "engines": {