Skip to content

chore(main): release 22.4.0 #7436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).


## [22.4.0](https://github.com/netlify/cli/compare/v22.3.0...v22.4.0) (2025-07-24)


### Features

* match edge functions by header ([#7439](https://github.com/netlify/cli/issues/7439)) ([21e4bc5](https://github.com/netlify/cli/commit/21e4bc583768fba700ba44486c7bc391c0a3448d))


### Bug Fixes

* avoid prompting from a vscode task ([#7274](https://github.com/netlify/cli/issues/7274)) ([081a659](https://github.com/netlify/cli/commit/081a65951ab82870c31b4a4996ef5b53407ef123))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **deps:** update dependency ipx to v3.1.1 ([#7470](https://github.com/netlify/cli/issues/7470)) ([0527d61](https://github.com/netlify/cli/commit/0527d61b9d6766a04b4623c40e490bd630302e2a))
* **deps:** update netlify packages ([#7438](https://github.com/netlify/cli/issues/7438)) ([69134d2](https://github.com/netlify/cli/commit/69134d2aa73ee49529f79ce234bfd89453305fbd))

## [22.3.0](https://github.com/netlify/cli/compare/v22.2.2...v22.3.0) (2025-07-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "22.3.0",
"version": "22.4.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down
Loading