From 24a1463df6e44df4aadc62ec88bd1391304dea70 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:12:46 +0000 Subject: [PATCH] chore(main): release 23.14.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74a6433e38..369425d6d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ 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.14.0](https://github.com/netlify/cli/compare/v23.13.5...v23.14.0) (2026-01-28) + + +### Features + +* ai gateway disabled check ([#7891](https://github.com/netlify/cli/issues/7891)) ([4a57375](https://github.com/netlify/cli/commit/4a57375d570e0f2565a9c9b779ddcb12e1521731)) +* **init:** mention detected framework when presenting build settings ([#7828](https://github.com/netlify/cli/issues/7828)) ([f5b3588](https://github.com/netlify/cli/commit/f5b3588cb18c9ed57893f8b16530cc0b4f3b6351)) + + +### Bug Fixes + +* address flaky integration tests ([#7890](https://github.com/netlify/cli/issues/7890)) ([a329330](https://github.com/netlify/cli/commit/a329330982b3808baacb16a94e61527787adfe17)) +* **deps:** bump tar from 7.5.3 to 7.5.6 ([#7883](https://github.com/netlify/cli/issues/7883)) ([d563fac](https://github.com/netlify/cli/commit/d563fac9d31435f5d5f234f17e75c1342dbf0b63)) +* **deps:** update dependency @netlify/edge-functions to v3.0.3 ([#7860](https://github.com/netlify/cli/issues/7860)) ([803c6ae](https://github.com/netlify/cli/commit/803c6ae26e10f957ce4a20ee7ae02786dc6cb947)) +* **deps:** update dependency lodash to v4.17.23 [security] ([#7885](https://github.com/netlify/cli/issues/7885)) ([e0fe8dc](https://github.com/netlify/cli/commit/e0fe8dc520e78e0ba0b4eab333c2eff9529f9099)) +* **deps:** update netlify packages ([#7895](https://github.com/netlify/cli/issues/7895)) ([63e1eea](https://github.com/netlify/cli/commit/63e1eea463ca86fe4e9f9ea5f4000cdaca2c21fe)) +* refactor image handling to use `@netlify/images` ([#7584](https://github.com/netlify/cli/issues/7584)) ([321170d](https://github.com/netlify/cli/commit/321170d8588d9b90459784ebed079e416e13f6c6)) + ## [23.13.5](https://github.com/netlify/cli/compare/v23.13.4...v23.13.5) (2026-01-20) diff --git a/package-lock.json b/package-lock.json index bf3abb7b5fa..113e71e6927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "23.13.5", + "version": "23.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "23.13.5", + "version": "23.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ecef99942e..bb15946d68a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "23.13.5", + "version": "23.14.0", "author": "Netlify Inc.", "type": "module", "engines": {