Skip to content

Commit 8976f0b

Browse files
chore(main): release 25.0.0 (#8162)
🤖 I have created a release *beep* *boop* --- ## [25.0.0](v24.11.3...v25.0.0) (2026-04-17) ### ⚠ BREAKING CHANGES * stop including `npm-shrinkwrap.json` ([#8163](#8163)) * remove `logs:function`, `logs:deploy`, and `logs:edge-functions` commands in favor of a new unified `logs` command ([#8158](#8158)) * remove Go and Rust function templates from `functions:create` command ([#7957](#7957)) ### Features * add improved `logs` command ([#8158](#8158)) ([28c958f](28c958f)) * remove Go and Rust function templates ([#7957](#7957)) ([c0333a6](c0333a6)) * stop including `npm-shrinkwrap.json` ([#8163](#8163)) ([0f444ae](0f444ae)), closes [#6731](#6731) ### Bug Fixes * **deps:** update dependency @netlify/dev to v4.17.1 ([#8160](#8160)) ([f8da537](f8da537)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
1 parent 0f444ae commit 8976f0b

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

1010

11+
## [25.0.0](https://github.com/netlify/cli/compare/v24.11.3...v25.0.0) (2026-04-17)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* stop including `npm-shrinkwrap.json` ([#8163](https://github.com/netlify/cli/issues/8163))
17+
* 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))
18+
* remove Go and Rust function templates from `functions:create` command ([#7957](https://github.com/netlify/cli/issues/7957))
19+
20+
### Features
21+
22+
* add improved `logs` command ([#8158](https://github.com/netlify/cli/issues/8158)) ([28c958f](https://github.com/netlify/cli/commit/28c958fc6cf44ee4f58ebdc8ff3c95c2552212b0))
23+
* remove Go and Rust function templates ([#7957](https://github.com/netlify/cli/issues/7957)) ([c0333a6](https://github.com/netlify/cli/commit/c0333a637e516f104ffb828b9a7dc7d4288a069d))
24+
* 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)
25+
26+
27+
### Bug Fixes
28+
29+
* **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))
30+
1131
## [24.11.3](https://github.com/netlify/cli/compare/v24.11.2...v24.11.3) (2026-04-15)
1232

1333

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "24.11.3",
4+
"version": "25.0.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)