diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8c93ee0c2..4238065ef4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [24.6.0](https://github.com/netlify/cli/compare/v24.5.1...v24.6.0) (2026-03-25) + + +### Features + +* log output to stderr on `deploy --json --verbose` ([#8090](https://github.com/netlify/cli/issues/8090)) ([13e973c](https://github.com/netlify/cli/commit/13e973c22842b14013b854bb407cda70fd90733a)) + + +### Bug Fixes + +* AX for env setting ([#8091](https://github.com/netlify/cli/issues/8091)) ([d77ff79](https://github.com/netlify/cli/commit/d77ff79108cbe38f161605f3b40c1eaa4793a3a0)) + ## [24.5.1](https://github.com/netlify/cli/compare/v24.5.0...v24.5.1) (2026-03-24) diff --git a/package-lock.json b/package-lock.json index 50da111c74c..6ad709b7961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "24.5.1", + "version": "24.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "24.5.1", + "version": "24.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6461b81ee10..1e5e1cb0a49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "24.5.1", + "version": "24.6.0", "author": "Netlify Inc.", "type": "module", "engines": {