diff --git a/CHANGELOG.md b/CHANGELOG.md index 77382bee162..e84fde68e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.34.0](https://github.com/netlify/cli/compare/v17.33.6...v17.34.0) (2024-08-08) + + +### Features + +* add accountId to build options ([#6783](https://github.com/netlify/cli/issues/6783)) ([85dc37f](https://github.com/netlify/cli/commit/85dc37f0c996233d9f0024374643af62e6f0e535)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to v29.53.0 ([#6786](https://github.com/netlify/cli/issues/6786)) ([81e8505](https://github.com/netlify/cli/commit/81e8505a39bfbfe3bf90e211e538166c4fb8c53e)) + ## [17.33.6](https://github.com/netlify/cli/compare/v17.33.5...v17.33.6) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index f6dad7ace03..f25385a1cf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.33.6", + "version": "17.34.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.33.6", + "version": "17.34.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cf8c29dae5b..e40be0df40a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.33.6", + "version": "17.34.0", "author": "Netlify Inc.", "type": "module", "engines": {