diff --git a/CHANGELOG.md b/CHANGELOG.md index 46410fa7c87..8ba7856c50e 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). +## [26.0.2](https://github.com/netlify/cli/compare/v26.0.1...v26.0.2) (2026-05-12) + + +### Bug Fixes + +* **deps:** unpin all dependencies ([#8171](https://github.com/netlify/cli/issues/8171)) ([47da71e](https://github.com/netlify/cli/commit/47da71e7ecec2712ee8383b594b3b091cdc51d8f)) +* **deps:** update dependency @netlify/blobs to ^10.7.5 ([#8245](https://github.com/netlify/cli/issues/8245)) ([54a2334](https://github.com/netlify/cli/commit/54a2334ecf4598bf47f155bed1c9e2c46dc9c741)) +* **deps:** update dependency @netlify/dev to ^4.18.3 ([#8246](https://github.com/netlify/cli/issues/8246)) ([7141b22](https://github.com/netlify/cli/commit/7141b2250c2ea0883791644e64052644c4956b72)) +* **deps:** update dependency uuid to v13.0.1 [security] ([#8193](https://github.com/netlify/cli/issues/8193)) ([b267a5e](https://github.com/netlify/cli/commit/b267a5e00453081d8171037bfddf448ee592097d)) +* **deps:** update netlify packages ([#8247](https://github.com/netlify/cli/issues/8247)) ([0875c46](https://github.com/netlify/cli/commit/0875c466156ce29cac601be8216d3cb476f12ffd)) + ## [26.0.1](https://github.com/netlify/cli/compare/v26.0.0...v26.0.1) (2026-05-04) diff --git a/package-lock.json b/package-lock.json index d31b6a5d0c2..46eae8a1b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "26.0.1", + "version": "26.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "26.0.1", + "version": "26.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index babc38be389..f1033027f71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "26.0.1", + "version": "26.0.2", "author": "Netlify Inc.", "type": "module", "engines": {