Skip to content

Commit 782de05

Browse files
chore(main): release 22.0.0 (#7330)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent cf394a5 commit 782de05

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ 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+
## [22.0.0](https://github.com/netlify/cli/compare/v21.6.0...v22.0.0) (2025-06-05)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* drop support for node 18.x and 19.x ([#7332](https://github.com/netlify/cli/issues/7332))
17+
18+
### Features
19+
20+
* drop support for node 18.x and 19.x ([#7332](https://github.com/netlify/cli/issues/7332)) ([e230a54](https://github.com/netlify/cli/commit/e230a5455841f3b5be0dc6754bf4e9eadbb4fcb5))
21+
22+
23+
### Bug Fixes
24+
25+
* pnpx context awareness + e2e tests ([#7324](https://github.com/netlify/cli/issues/7324)) ([8bb3fd2](https://github.com/netlify/cli/commit/8bb3fd21dbf49bd3e9269956940f1a2675af5b2e))
26+
* update netlify build and netlify config ([#7333](https://github.com/netlify/cli/issues/7333)) ([cf394a5](https://github.com/netlify/cli/commit/cf394a5c5202275fb5e934c4d7fbe36f7edf98fb))
27+
1128
## [21.6.0](https://github.com/netlify/cli/compare/v21.5.2...v21.6.0) (2025-06-03)
1229

1330

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

0 commit comments

Comments
 (0)