diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9ccc0a277..42eea0745cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ 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.5.0](https://github.com/netlify/cli/compare/v24.4.1...v24.5.0) (2026-03-24) + + +### Features + +* AX of ntl deploy ([#8083](https://github.com/netlify/cli/issues/8083)) ([3c2387e](https://github.com/netlify/cli/commit/3c2387e1a2a9d086b605966c527ae472eee80309)) +* support a create with agent runners flow in CLI ([#8066](https://github.com/netlify/cli/issues/8066)) ([b100657](https://github.com/netlify/cli/commit/b100657432707e8a080c671154c8319c5f1e2c4a)) + + +### Bug Fixes + +* **deps:** update netlify packages ([#8084](https://github.com/netlify/cli/issues/8084)) ([8634ba2](https://github.com/netlify/cli/commit/8634ba2a2de44e543e9645d63df74d86f28f0045)) + ## [24.4.1](https://github.com/netlify/cli/compare/v24.4.0...v24.4.1) (2026-03-23) diff --git a/package-lock.json b/package-lock.json index 897192c3cb8..beabdc19b1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "24.4.1", + "version": "24.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "24.4.1", + "version": "24.5.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f628930a6cc..57949eb9f7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "24.4.1", + "version": "24.5.0", "author": "Netlify Inc.", "type": "module", "engines": {