diff --git a/CHANGELOG.md b/CHANGELOG.md index a33e6d96a4a..39f81a99c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.19.2](https://github.com/netlify/cli/compare/v17.19.1...v17.19.2) (2024-03-11) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to v29.36.2 ([#6429](https://github.com/netlify/cli/issues/6429)) ([bd331e6](https://github.com/netlify/cli/commit/bd331e6cb820eab7cf83c58ada18edfab1e3092b)) +* **deps:** update dependency @netlify/build to v29.36.3 ([#6431](https://github.com/netlify/cli/issues/6431)) ([ce6e429](https://github.com/netlify/cli/commit/ce6e429bb3578f59d85e6a515961f4b584ee624d)) + ## [17.19.1](https://github.com/netlify/cli/compare/v17.19.0...v17.19.1) (2024-03-11) diff --git a/package-lock.json b/package-lock.json index 7861c4816c8..eccc272d586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.19.1", + "version": "17.19.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.19.1", + "version": "17.19.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9e309abeea1..5d95220cdfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.19.1", + "version": "17.19.2", "author": "Netlify Inc.", "type": "module", "engines": {