diff --git a/CHANGELOG.md b/CHANGELOG.md index 81928cf8f13..7e507165eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.6.0](https://github.com/netlify/cli/compare/v17.5.3...v17.6.0) (2023-11-20) + + +### Features + +* support specification of log levels to stream ([#6200](https://github.com/netlify/cli/issues/6200)) ([18500f6](https://github.com/netlify/cli/commit/18500f660b07992d4059ad488c2511c00b626f06)) + ## [17.5.3](https://github.com/netlify/cli/compare/v17.5.2...v17.5.3) (2023-11-20) diff --git a/package-lock.json b/package-lock.json index e92f2cb9165..b945292e373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.5.3", + "version": "17.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.5.3", + "version": "17.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a4e633799d6..cdee77d42bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.5.3", + "version": "17.6.0", "author": "Netlify Inc.", "type": "module", "engines": {