Skip to content

Commit 4879963

Browse files
chore(main): release 21.0.0
1 parent e4bd247 commit 4879963

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [21.0.0](https://github.com/netlify/cli/compare/v20.1.1...v21.0.0) (2025-05-02)
17+
18+
19+
### ⚠ BREAKING CHANGES
20+
21+
* run build before deploy ([#7195](https://github.com/netlify/cli/issues/7195))
22+
* remove support for deprecated `netlify-lambda` package ([#7236](https://github.com/netlify/cli/issues/7236))
23+
24+
### Features
25+
26+
* remove support for deprecated `netlify-lambda` package ([#7236](https://github.com/netlify/cli/issues/7236)) ([0d48c28](https://github.com/netlify/cli/commit/0d48c284ea0c6b6d3d34ffb72dd8bd93a85b7ed6))
27+
* run build before deploy ([#7195](https://github.com/netlify/cli/issues/7195)) ([8e95c58](https://github.com/netlify/cli/commit/8e95c58c51677d56ea8a6ba3a428e292576d1c75))
28+
29+
30+
### Bug Fixes
31+
32+
* **deps:** update dependency @netlify/edge-functions to v2.12.0 ([#7239](https://github.com/netlify/cli/issues/7239)) ([5d70c98](https://github.com/netlify/cli/commit/5d70c989562df4918c9c1dcfcfa0d2192f130a5a))
33+
* **dev:** polish and improve dev command output ([#7249](https://github.com/netlify/cli/issues/7249)) ([7a5b7c0](https://github.com/netlify/cli/commit/7a5b7c0efefc761a26c449e3545d8f8e216cf18b))
34+
* fix framework server loading spinner ("Waiting for framework port") ([#7242](https://github.com/netlify/cli/issues/7242)) ([841d782](https://github.com/netlify/cli/commit/841d782e851fd1672febd1db5be2b3e94982f588))
35+
* polish and improve postinstall onboarding message ([#7248](https://github.com/netlify/cli/issues/7248)) ([d9523c7](https://github.com/netlify/cli/commit/d9523c72ffcd8869b05a2e982d30fed44ce600bd))
36+
1637
## [20.1.1](https://github.com/netlify/cli/compare/v20.1.0...v20.1.1) (2025-04-25)
1738

1839

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "20.1.1",
4+
"version": "21.0.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)