diff --git a/CHANGELOG.md b/CHANGELOG.md index ead6b0c39a1..e124dedf64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,24 @@ 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.2.0](https://github.com/netlify/cli/compare/v26.1.0...v26.2.0) (2026-06-12) + + +### Features + +* add watch-ignore flag ([#8271](https://github.com/netlify/cli/issues/8271)) ([fc30bcc](https://github.com/netlify/cli/commit/fc30bcc201793412c1b0837c50e8575650675eef)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/blobs to ^10.7.9 ([#8291](https://github.com/netlify/cli/issues/8291)) ([419a749](https://github.com/netlify/cli/commit/419a7490ee2ca4cc197010c7fee3f4dcb6036805)) +* **deps:** update dependency @netlify/dev to ^4.18.7 ([#8292](https://github.com/netlify/cli/issues/8292)) ([1985b3b](https://github.com/netlify/cli/commit/1985b3b850ab9ae5fe1cc8c1cb0e81ca6f18b4ab)) +* **deps:** update dependency @netlify/dev-utils to ^4.4.6 ([#8293](https://github.com/netlify/cli/issues/8293)) ([392af83](https://github.com/netlify/cli/commit/392af83d19dd10f53c48786cf73365d090a5f765)) +* **deps:** update dependency @netlify/edge-functions to ^3.0.8 ([#8295](https://github.com/netlify/cli/issues/8295)) ([7d00215](https://github.com/netlify/cli/commit/7d00215c654a7155d9be925cff94a34a50b813ba)) +* **deps:** update dependency @netlify/functions to ^5.3.0 ([#8296](https://github.com/netlify/cli/issues/8296)) ([42393a4](https://github.com/netlify/cli/commit/42393a4920a718a4782dd54e69da729a60c9d4b1)) +* **deps:** update dependency @netlify/images to ^1.3.10 ([#8298](https://github.com/netlify/cli/issues/8298)) ([20fb23d](https://github.com/netlify/cli/commit/20fb23d5e8331b9932afffb8eaf4844175d7d612)) +* **dev:** execute dev command with shell operators (`&&`, `||`, etc.) ([#8234](https://github.com/netlify/cli/issues/8234)) ([d07599e](https://github.com/netlify/cli/commit/d07599e00454db785d7d2c401f20bbc4c12e4e16)) + ## [26.1.0](https://github.com/netlify/cli/compare/v26.0.2...v26.1.0) (2026-05-31) diff --git a/package-lock.json b/package-lock.json index e5e88f388a0..a26e4d4db05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "26.1.0", + "version": "26.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "26.1.0", + "version": "26.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index abc6b7775f7..5358d370314 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "26.1.0", + "version": "26.2.0", "author": "Netlify Inc.", "type": "module", "engines": {