diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f47f4b52f..7531f329a4e 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). +## [24.10.0](https://github.com/netlify/cli/compare/v24.9.0...v24.10.0) (2026-04-06) + + +### Features + +* add `db connect` command ([#8134](https://github.com/netlify/cli/issues/8134)) ([6742b4d](https://github.com/netlify/cli/commit/6742b4d2d4aeb5925d59942105b7cf7bb1867cc0)) + + +### Bug Fixes + +* **deps:** bump picomatch in /site ([#8100](https://github.com/netlify/cli/issues/8100)) ([ee9b89b](https://github.com/netlify/cli/commit/ee9b89b5a12b5e2a6d00a12f8aadc87637a47112)) +* **deps:** bump smol-toml from 1.6.0 to 1.6.1 in /site ([#8098](https://github.com/netlify/cli/issues/8098)) ([42bac16](https://github.com/netlify/cli/commit/42bac16e05b0f26ee4d491e40f379d35b882fa52)) + ## [24.9.0](https://github.com/netlify/cli/compare/v24.8.2...v24.9.0) (2026-03-31) diff --git a/package-lock.json b/package-lock.json index 930b01d0d92..c35b6f7dcb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "24.9.0", + "version": "24.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "24.9.0", + "version": "24.10.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aa43d8a7b74..e7a83371678 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "24.9.0", + "version": "24.10.0", "author": "Netlify Inc.", "type": "module", "engines": {