diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f54a51e7c..ad1f7a33f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [23.13.0](https://github.com/netlify/cli/compare/v23.12.3...v23.13.0) (2025-12-17) + + +### Features + +* pass AIG env vars to child process ([#7826](https://github.com/netlify/cli/issues/7826)) ([368c98b](https://github.com/netlify/cli/commit/368c98bfc550b7dbf150bf001279cd7c4cada224)) + ## [23.12.3](https://github.com/netlify/cli/compare/v23.12.2...v23.12.3) (2025-12-04) diff --git a/package-lock.json b/package-lock.json index caab91fd308..3d1f8770e79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "23.12.3", + "version": "23.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "23.12.3", + "version": "23.13.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e0dffa7ae5d..45f39454117 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "23.12.3", + "version": "23.13.0", "author": "Netlify Inc.", "type": "module", "engines": {