diff --git a/CHANGELOG.md b/CHANGELOG.md index 334a700c58a..23200eb5573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.10.0](https://github.com/netlify/cli/compare/v17.9.0...v17.10.0) (2023-12-04) + + +### Features + +* add blobs upload step ([#6223](https://github.com/netlify/cli/issues/6223)) ([33177fc](https://github.com/netlify/cli/commit/33177fc0608952196f40249a3e0fae1e42af25a0)) + ## [17.9.0](https://github.com/netlify/cli/compare/v17.8.1...v17.9.0) (2023-12-04) diff --git a/package-lock.json b/package-lock.json index a6805ce593f..5a549567a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.9.0", + "version": "17.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.9.0", + "version": "17.10.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c4497327f62..ecb394cd7c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.9.0", + "version": "17.10.0", "author": "Netlify Inc.", "type": "module", "engines": {