diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a67dced07..48b4e2c95e2 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). +## [25.5.0](https://github.com/netlify/cli/compare/v25.4.0...v25.5.0) (2026-04-23) + + +### Features + +* support NETLIFY_DEPLOY_SOURCE env var ([#8183](https://github.com/netlify/cli/issues/8183)) ([9290728](https://github.com/netlify/cli/commit/929072816319f01fc2fc3d71c23fdfa23add01f4)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to v5.2.0 ([#8161](https://github.com/netlify/cli/issues/8161)) ([32a18d6](https://github.com/netlify/cli/commit/32a18d6df054b54c1e389ae513a898c3d1e7ea14)) + ## [25.4.0](https://github.com/netlify/cli/compare/v25.3.0...v25.4.0) (2026-04-23) diff --git a/package-lock.json b/package-lock.json index 87098c56762..3189f1a100f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "25.4.0", + "version": "25.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "25.4.0", + "version": "25.5.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4a54e0d4cb1..4607c88b716 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "25.4.0", + "version": "25.5.0", "author": "Netlify Inc.", "type": "module", "engines": {