Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ 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-27)


### 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

* **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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading