diff --git a/CHANGELOG.md b/CHANGELOG.md index f22dcc8a76c..6f0f2df9836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ 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.1.4](https://github.com/netlify/cli/compare/v22.1.3...v22.1.4) (2025-06-17) + + +### Bug Fixes + +* **deps:** pin dependencies ([#7097](https://github.com/netlify/cli/issues/7097)) ([5843441](https://github.com/netlify/cli/commit/584344199cab8d8990701f9028a7d7af64e394ad)) +* **deps:** update dependency @netlify/blobs to v9.1.6 ([#7346](https://github.com/netlify/cli/issues/7346)) ([450717d](https://github.com/netlify/cli/commit/450717d925580bc761631226e2b2d3d110bf60dc)) +* **deps:** update dependency @netlify/edge-functions to v2.14.5 ([#7337](https://github.com/netlify/cli/issues/7337)) ([d18c632](https://github.com/netlify/cli/commit/d18c6320cbe066d72b3853da0de6288c862bdc01)) +* **deps:** update dependency @netlify/edge-functions to v2.15.0 ([#7353](https://github.com/netlify/cli/issues/7353)) ([f449ad8](https://github.com/netlify/cli/commit/f449ad8c00285ee4a2e5ae582c4cfdcaae9beb72)) +* **deps:** update netlify packages ([#7343](https://github.com/netlify/cli/issues/7343)) ([b724317](https://github.com/netlify/cli/commit/b7243179543b54ce3a14e346eb3a916c3a650cef)) + ## [22.1.3](https://github.com/netlify/cli/compare/v22.1.2...v22.1.3) (2025-06-06) diff --git a/package-lock.json b/package-lock.json index e7b3986e585..979a8c72298 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "22.1.3", + "version": "22.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "22.1.3", + "version": "22.1.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6522fdc6e7c..710f8f7f5f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "22.1.3", + "version": "22.1.4", "author": "Netlify Inc.", "type": "module", "engines": {