diff --git a/CHANGELOG.md b/CHANGELOG.md index 90990e129f3..8d857ef8c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ 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.4.1](https://github.com/netlify/cli/compare/v23.4.0...v23.4.1) (2025-08-27) + + +### Bug Fixes + +* **deps:** update dependency @netlify/blobs to v10.0.9 ([#7588](https://github.com/netlify/cli/issues/7588)) ([3c62a62](https://github.com/netlify/cli/commit/3c62a62689a7e60e1026773219c0f6a24a959f80)) +* **deps:** update dependency @netlify/dev-utils to v4.1.2 ([#7590](https://github.com/netlify/cli/issues/7590)) ([e81d790](https://github.com/netlify/cli/commit/e81d790cd2a8f5de6f204441af33fe993faf8a4f)) +* **deps:** update dependency @types/node to v22.18.0 ([#7574](https://github.com/netlify/cli/issues/7574)) ([c304058](https://github.com/netlify/cli/commit/c30405879cb7345be3375f53d3edbb278086edfb)) +* load correct environment variables in Preview Server context ([03103fc](https://github.com/netlify/cli/commit/03103fc73401e7c03f9ccee7932089b906b81066)) + ## [23.4.0](https://github.com/netlify/cli/compare/v23.3.1...v23.4.0) (2025-08-25) diff --git a/package-lock.json b/package-lock.json index 41c4f61c8e5..5968227ed8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "23.4.0", + "version": "23.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "23.4.0", + "version": "23.4.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c170f4c11e3..78dc3c34d89 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "23.4.0", + "version": "23.4.1", "author": "Netlify Inc.", "type": "module", "engines": {