diff --git a/CHANGELOG.md b/CHANGELOG.md index ce543e86a10..c9519435064 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.3.0](https://github.com/netlify/cli/compare/v24.2.0...v24.3.0) (2026-03-16) + + +### Features + +* scaffold migration command ([#8022](https://github.com/netlify/cli/issues/8022)) ([0938c79](https://github.com/netlify/cli/commit/0938c79a7bc636fd656a327e17ef8611f31322ba)) + + +### Bug Fixes + +* **deps:** pin dependencies ([#8033](https://github.com/netlify/cli/issues/8033)) ([a3f9db4](https://github.com/netlify/cli/commit/a3f9db45d6dd522a73c4e672b5088733bdd7802b)) +* **deps:** remove problematic `gh-release-fetch` dep ([#8020](https://github.com/netlify/cli/issues/8020)) ([520caab](https://github.com/netlify/cli/commit/520caabdf807a082e4179e698c57f356e13afc84)) +* **deps:** update dependency @netlify/ai to v0.4.1 ([#8044](https://github.com/netlify/cli/issues/8044)) ([e258cc4](https://github.com/netlify/cli/commit/e258cc4788dcd0bf172516bcb7074f1c145c9ad4)) +* **deps:** update dependency @netlify/dev to v4.16.1 ([#8024](https://github.com/netlify/cli/issues/8024)) ([08aff83](https://github.com/netlify/cli/commit/08aff833effbda148b57fd340cc9b0aecbf6e373)) +* **deps:** update dependency @netlify/dev to v4.16.2 ([#8045](https://github.com/netlify/cli/issues/8045)) ([720dd2e](https://github.com/netlify/cli/commit/720dd2ebe9bba73fbcaeecb94e81120acb53905b)) +* **deps:** update dependency @netlify/dev-utils to v4.4.1 ([#8025](https://github.com/netlify/cli/issues/8025)) ([3af7d88](https://github.com/netlify/cli/commit/3af7d88a6236b0bb6a690c7cf7057c7fc8782e9b)) +* **deps:** update dependency @netlify/edge-functions to v3.0.4 ([#8027](https://github.com/netlify/cli/issues/8027)) ([33160b3](https://github.com/netlify/cli/commit/33160b3e4d089e929069354188aff62707438ff0)) +* **deps:** update dependency @netlify/functions to v5.1.3 ([#8028](https://github.com/netlify/cli/issues/8028)) ([ef18129](https://github.com/netlify/cli/commit/ef181293aeeb567143eb8b8a717e13a90e01e8c7)) +* **deps:** update dependency @netlify/images to v1.3.5 ([#8029](https://github.com/netlify/cli/issues/8029)) ([8dae2c5](https://github.com/netlify/cli/commit/8dae2c5b964385200aa25e1f10e77363b129130d)) +* **deps:** update dependency @netlify/types to v2.4.0 ([#8030](https://github.com/netlify/cli/issues/8030)) ([3104635](https://github.com/netlify/cli/commit/3104635c96e72050346084ad7db4a9a7e44ee1fc)) +* **deps:** update dependency ansi-escapes to v7.3.0 ([#8035](https://github.com/netlify/cli/issues/8035)) ([50741f4](https://github.com/netlify/cli/commit/50741f4361ffeeb408b3cb5773209036c7b2e84c)) +* **deps:** update dependency dotenv to v17.3.1 ([#8038](https://github.com/netlify/cli/issues/8038)) ([bf8e84a](https://github.com/netlify/cli/commit/bf8e84a3dc78e0b09f30ecb9fbb33c59a04a03fd)) +* **deps:** update netlify packages ([#8034](https://github.com/netlify/cli/issues/8034)) ([ae8e22c](https://github.com/netlify/cli/commit/ae8e22cd1ce084bbda85df76c538e76d468d9793)) + ## [24.2.0](https://github.com/netlify/cli/compare/v24.1.0...v24.2.0) (2026-03-12) diff --git a/package-lock.json b/package-lock.json index fb6f82cbeb4..8c9ab3540eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "24.2.0", + "version": "24.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "24.2.0", + "version": "24.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 39e51b397ba..56315b09c0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "24.2.0", + "version": "24.3.0", "author": "Netlify Inc.", "type": "module", "engines": {