diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7814caf67..217cd44c8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [25.0.0](https://github.com/netlify/cli/compare/v24.11.3...v25.0.0) (2026-04-17) + + +### ⚠ BREAKING CHANGES + +* stop including `npm-shrinkwrap.json` ([#8163](https://github.com/netlify/cli/issues/8163)) +* remove `logs:function`, `logs:deploy`, and `logs:edge-functions` commands in favor of a new unified `logs` command ([#8158](https://github.com/netlify/cli/issues/8158)) +* remove Go and Rust function templates from `functions:create` command ([#7957](https://github.com/netlify/cli/issues/7957)) + +### Features + +* add improved `logs` command ([#8158](https://github.com/netlify/cli/issues/8158)) ([28c958f](https://github.com/netlify/cli/commit/28c958fc6cf44ee4f58ebdc8ff3c95c2552212b0)) +* remove Go and Rust function templates ([#7957](https://github.com/netlify/cli/issues/7957)) ([c0333a6](https://github.com/netlify/cli/commit/c0333a637e516f104ffb828b9a7dc7d4288a069d)) +* stop including `npm-shrinkwrap.json` ([#8163](https://github.com/netlify/cli/issues/8163)) ([0f444ae](https://github.com/netlify/cli/commit/0f444ae6aacae322dd8e4faf17821c2ab320ca16)), closes [#6731](https://github.com/netlify/cli/issues/6731) + + +### Bug Fixes + +* **deps:** update dependency @netlify/dev to v4.17.1 ([#8160](https://github.com/netlify/cli/issues/8160)) ([f8da537](https://github.com/netlify/cli/commit/f8da537d107b43425e30e2f6bfde3faf931d314a)) + ## [24.11.3](https://github.com/netlify/cli/compare/v24.11.2...v24.11.3) (2026-04-15) diff --git a/package-lock.json b/package-lock.json index cfa05235b35..ddf8cd0b599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "24.11.3", + "version": "25.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "24.11.3", + "version": "25.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ad44caffc6c..0e6a71c3ac1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "24.11.3", + "version": "25.0.0", "author": "Netlify Inc.", "type": "module", "engines": {