diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c24c756b0..e0743da2974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [24.1.0](https://github.com/netlify/cli/compare/v24.0.1...v24.1.0) (2026-03-06) + + +### Features + +* add `db migrate` command ([#7985](https://github.com/netlify/cli/issues/7985)) ([f70e4b4](https://github.com/netlify/cli/commit/f70e4b4f0fe2fdad5a9545a1bdd0108eea703fdb)) +* add deploy-specific environment variables to `netlify dev` ([d322dbb](https://github.com/netlify/cli/commit/d322dbb8a0d6ab1004525e7689a25e53a7a35e32)) +* support account scoped ai gateway ([#7979](https://github.com/netlify/cli/issues/7979)) ([df4d195](https://github.com/netlify/cli/commit/df4d1952b6c819eda852b008cf363a250f1d354a)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/dev to v4.11.3 ([#7973](https://github.com/netlify/cli/issues/7973)) ([5ee1b8d](https://github.com/netlify/cli/commit/5ee1b8d3d0eda770e43498e39375edf519d0eed5)) +* **deps:** update dependency @netlify/dev to v4.12.0 ([#7981](https://github.com/netlify/cli/issues/7981)) ([b527545](https://github.com/netlify/cli/commit/b5275455db273e9ceaeb2f9d299b6a6307a16115)) +* **deps:** update dependency @netlify/dev to v4.12.1 ([#7983](https://github.com/netlify/cli/issues/7983)) ([af66409](https://github.com/netlify/cli/commit/af664091fa860d5aae1ec0b9d14d42fe264b6913)) +* **deps:** update dependency @netlify/dev to v4.13.0 ([#7987](https://github.com/netlify/cli/issues/7987)) ([d064083](https://github.com/netlify/cli/commit/d064083c310edaa41f61173c72bad2824fe4b902)) +* **deps:** update dependency @netlify/dev to v4.14.1 ([#7988](https://github.com/netlify/cli/issues/7988)) ([91cccac](https://github.com/netlify/cli/commit/91cccac8418b5175fb2c017d28bef833d867cb39)) +* **deps:** update dependency @netlify/functions to ^5.1.2 ([#7954](https://github.com/netlify/cli/issues/7954)) ([897a08e](https://github.com/netlify/cli/commit/897a08e9b1ee37c4ee04bc5a6dba9712584931b5)) +* **deps:** update dependency fastify to v5.8.1 [security] ([#7992](https://github.com/netlify/cli/issues/7992)) ([b17c7dd](https://github.com/netlify/cli/commit/b17c7dd726024f2b04ef70bab9aafa3211e9bdcd)) +* **deps:** update netlify packages ([#7967](https://github.com/netlify/cli/issues/7967)) ([aea66be](https://github.com/netlify/cli/commit/aea66be9e41cab54c8e8ac934ac293ed6640801e)) +* **deps:** update netlify packages ([#7978](https://github.com/netlify/cli/issues/7978)) ([fa548ab](https://github.com/netlify/cli/commit/fa548abcf471621b6ad8f3e647b8646025dd5b10)) +* **deps:** update netlify packages ([#7984](https://github.com/netlify/cli/issues/7984)) ([2f9510a](https://github.com/netlify/cli/commit/2f9510a3a7b241e10d6345b7055f85f788ac8ae4)) +* suppress spinner output when --json or --silent flag is passed ([#7982](https://github.com/netlify/cli/issues/7982)) ([510aea6](https://github.com/netlify/cli/commit/510aea62b1bffaad116f442be99a742eb5a6e244)) + ## [24.0.1](https://github.com/netlify/cli/compare/v24.0.0...v24.0.1) (2026-02-26) diff --git a/package-lock.json b/package-lock.json index ab44f7e7fc3..67a359515b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "24.0.1", + "version": "24.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "24.0.1", + "version": "24.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2b56d39cde5..d4abbb445ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "24.0.1", + "version": "24.1.0", "author": "Netlify Inc.", "type": "module", "engines": {