Skip to content

Commit 61b8936

Browse files
chore(main): release 22.4.0 (#7436)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 406911c commit 61b8936

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,28 @@ 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.4.0](https://github.com/netlify/cli/compare/v22.3.0...v22.4.0) (2025-07-24)
12+
13+
14+
### Features
15+
16+
* match edge functions by header ([#7439](https://github.com/netlify/cli/issues/7439)) ([21e4bc5](https://github.com/netlify/cli/commit/21e4bc583768fba700ba44486c7bc391c0a3448d))
17+
18+
19+
### Bug Fixes
20+
21+
* avoid prompting from a vscode task ([#7274](https://github.com/netlify/cli/issues/7274)) ([081a659](https://github.com/netlify/cli/commit/081a65951ab82870c31b4a4996ef5b53407ef123))
22+
* **deps:** add override for on-headers security update as verdaccio has compression 1.8.0 pinned ([#7468](https://github.com/netlify/cli/issues/7468)) ([aef99f7](https://github.com/netlify/cli/commit/aef99f7e7c29b8067d396c0e9180d3504090591f))
23+
* **deps:** pin dependency @netlify/dev-utils to 4.0.0 ([#7440](https://github.com/netlify/cli/issues/7440)) ([d5f5b69](https://github.com/netlify/cli/commit/d5f5b69087ced38c67c8465770494eb3be643063))
24+
* **deps:** update dependency @netlify/blobs to v10.0.6 ([#7433](https://github.com/netlify/cli/issues/7433)) ([0cdcfb9](https://github.com/netlify/cli/commit/0cdcfb9a3a078d311acde713350b39977cff0742))
25+
* **deps:** update dependency @netlify/blobs to v10.0.7 ([#7456](https://github.com/netlify/cli/issues/7456)) ([e46c83f](https://github.com/netlify/cli/commit/e46c83f84e1afa7cc1af11c008fbf7133dbe6a9c))
26+
* **deps:** update dependency @netlify/dev-utils to v4.1.0 ([#7435](https://github.com/netlify/cli/issues/7435)) ([2defae6](https://github.com/netlify/cli/commit/2defae692a279b95b5271382cf07a2dc833e8583))
27+
* **deps:** update dependency @netlify/edge-functions to v2.16.0 ([#7434](https://github.com/netlify/cli/issues/7434)) ([d6b8a03](https://github.com/netlify/cli/commit/d6b8a0304641755e50d6b46ca463a6cb8a6e5eb2))
28+
* **deps:** update dependency @netlify/edge-functions to v2.16.1 ([#7444](https://github.com/netlify/cli/issues/7444)) ([ed3fa72](https://github.com/netlify/cli/commit/ed3fa72bf79bd9eb76a32d664723d15465191a79))
29+
* **deps:** update dependency @netlify/edge-functions to v2.16.2 ([#7457](https://github.com/netlify/cli/issues/7457)) ([0e5e010](https://github.com/netlify/cli/commit/0e5e010347f21c8f97a13451a265a96cf6739d71))
30+
* **deps:** update dependency ipx to v3.1.1 ([#7470](https://github.com/netlify/cli/issues/7470)) ([0527d61](https://github.com/netlify/cli/commit/0527d61b9d6766a04b4623c40e490bd630302e2a))
31+
* **deps:** update netlify packages ([#7438](https://github.com/netlify/cli/issues/7438)) ([69134d2](https://github.com/netlify/cli/commit/69134d2aa73ee49529f79ce234bfd89453305fbd))
32+
1133
## [22.3.0](https://github.com/netlify/cli/compare/v22.2.2...v22.3.0) (2025-07-16)
1234

1335

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

0 commit comments

Comments
 (0)