From af8c5663b486da4f84502de18355777108151a89 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:49:35 +0000 Subject: [PATCH 1/2] chore(main): release 25.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7814caf67..83a5181b3cb 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)) +* add improved `logs` command ([#8158](https://github.com/netlify/cli/issues/8158)) +* remove Go and Rust function templates ([#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": { From a36dbb9a5aa0f6226a193f10deb7feead3c758f7 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Fri, 17 Apr 2026 08:20:45 -0400 Subject: [PATCH 2/2] Apply suggestion from @serhalp --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a5181b3cb..217cd44c8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### ⚠ BREAKING CHANGES * stop including `npm-shrinkwrap.json` ([#8163](https://github.com/netlify/cli/issues/8163)) -* add improved `logs` command ([#8158](https://github.com/netlify/cli/issues/8158)) -* remove Go and Rust function templates ([#7957](https://github.com/netlify/cli/issues/7957)) +* 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