diff --git a/CHANGELOG.md b/CHANGELOG.md index 162a2ab8666..9e3f70e2548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ 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.3](https://github.com/netlify/cli/compare/v27.0.2...v27.0.3) (2026-08-04) + + +### Bug Fixes + +* prevent file descriptor exhaustion when watching for EF changes ([#8387](https://github.com/netlify/cli/issues/8387)) ([15f20fa](https://github.com/netlify/cli/commit/15f20fa81cca07aa799ed3bb3d0ad01cc84cfad9)) + ## [27.0.2](https://github.com/netlify/cli/compare/v27.0.1...v27.0.2) (2026-08-03) diff --git a/package-lock.json b/package-lock.json index eba84e12348..40c22a5cf84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "27.0.2", + "version": "27.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "27.0.2", + "version": "27.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9c7ea3b0267..09893195fee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "27.0.2", + "version": "27.0.3", "author": "Netlify Inc.", "type": "module", "engines": {