From 86f4ce6fc67d637a27db774be8e7aa434969b924 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:34:17 +0000 Subject: [PATCH] chore(main): release 22.4.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66671d017a4..b7bdaa3ce29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f47070867cf..bb49a233739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "22.3.0", + "version": "22.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "22.3.0", + "version": "22.4.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ee5f392500d..269eb549888 100644 --- a/package.json +++ b/package.json @@ -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": {