diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdbdc88c69..d8e0904df92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [27.0.1](https://github.com/netlify/cli/compare/v27.0.0...v27.0.1) (2026-07-27) + + +### Bug Fixes + +* allow --site-id as a silent flag to prevent common guessing mistakes from agents ([#8180](https://github.com/netlify/cli/issues/8180)) ([4984c3c](https://github.com/netlify/cli/commit/4984c3c66169f80f31063fc9a3d1bab50c217d45)) +* **api:** teach instead of leaking SyntaxError on malformed --data ([#8333](https://github.com/netlify/cli/issues/8333)) ([6e0298c](https://github.com/netlify/cli/commit/6e0298c82852bf67c2adcc76268c384fb20ae81e)) +* **deps:** update dependency @netlify/blobs to ^10.7.10 ([#8375](https://github.com/netlify/cli/issues/8375)) ([3bc357a](https://github.com/netlify/cli/commit/3bc357ad8be5e9bfc56f94360c752728a5a3bbb6)) +* **deps:** update dependency @netlify/images to ^1.3.11 ([#8376](https://github.com/netlify/cli/issues/8376)) ([e0ebaf5](https://github.com/netlify/cli/commit/e0ebaf583b689b1fe98484b36af4530f19686dd3)) +* **deps:** update dependency readdirp to v5 ([#8012](https://github.com/netlify/cli/issues/8012)) ([12645a8](https://github.com/netlify/cli/commit/12645a85c333318d61df0f39b4a4d66c24065ad7)) +* **deps:** update netlify packages (major) ([#8322](https://github.com/netlify/cli/issues/8322)) ([0d36749](https://github.com/netlify/cli/commit/0d36749c49ac9293e855ffb019b7793fbdf5610a)) + * [Vite Plus](https://viteplus.dev/) projects are now detected and configured automatically: https://github.com/netlify/build/pull/7128 + * Fixes a bug in the [Frameworks API](https://docs.netlify.com/build/frameworks/frameworks-api/) where `.netlify/v1/config.json#edge_functions` was not respected: https://github.com/netlify/build/pull/7125 + ## [27.0.0](https://github.com/netlify/cli/compare/v26.2.0...v27.0.0) (2026-07-24) diff --git a/package-lock.json b/package-lock.json index 33328a59824..3c3bd04d0c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "27.0.0", + "version": "27.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "27.0.0", + "version": "27.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 072567dde1b..16960cdc47f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "27.0.0", + "version": "27.0.1", "author": "Netlify Inc.", "type": "module", "engines": {