diff --git a/CHANGELOG.md b/CHANGELOG.md index e340b67fd91..5f6a34ca135 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). +## [23.9.2](https://github.com/netlify/cli/compare/v23.9.1...v23.9.2) (2025-10-21) + + +### Bug Fixes + +* agents-create.test.ts hangs because of awaiting input ([#7711](https://github.com/netlify/cli/issues/7711)) ([1c684f9](https://github.com/netlify/cli/commit/1c684f9d4acf829fda52ce37f7e0e1385efddc53)) +* **deps:** update dependency @netlify/ai to v0.3.0 ([#7718](https://github.com/netlify/cli/issues/7718)) ([19a1fc5](https://github.com/netlify/cli/commit/19a1fc5861c9dc125a3dd2449f38fcf676cfb7c2)) +* **deps:** update dependency @netlify/blobs to v10.1.0 ([#7721](https://github.com/netlify/cli/issues/7721)) ([43fbbe3](https://github.com/netlify/cli/commit/43fbbe3a320727a44ac99fd28807f3c682c8456f)) +* **deps:** update dependency @netlify/edge-functions to v2.19.0 ([#7723](https://github.com/netlify/cli/issues/7723)) ([7bd1c00](https://github.com/netlify/cli/commit/7bd1c0077bea62c053f6451ffb337409c0a8dc43)) +* **deps:** update netlify packages ([#7695](https://github.com/netlify/cli/issues/7695)) ([cb3b093](https://github.com/netlify/cli/commit/cb3b0933ea6a7ad3726101ec08ee22792b24f729)) +* **deps:** update netlify packages ([#7719](https://github.com/netlify/cli/issues/7719)) ([6859d6d](https://github.com/netlify/cli/commit/6859d6dbab7c71a80ee62c0cc2554d964b486942)) +* try to improve deploy.test.ts ([#7714](https://github.com/netlify/cli/issues/7714)) ([8e00eb1](https://github.com/netlify/cli/commit/8e00eb101635adce8e76aea22b3119c607ec59c9)) + ## [23.9.1](https://github.com/netlify/cli/compare/v23.9.0...v23.9.1) (2025-10-01) diff --git a/package-lock.json b/package-lock.json index 219336ef05d..e7b8a8052d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "23.9.1", + "version": "23.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "23.9.1", + "version": "23.9.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 447b860f16e..b274342f5af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "23.9.1", + "version": "23.9.2", "author": "Netlify Inc.", "type": "module", "engines": {