diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3f70e2548..2fed244d491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ 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.1.0](https://github.com/netlify/cli/compare/v27.0.3...v27.1.0) (2026-08-04) + + +### Features + +* new edge function upload ([#8326](https://github.com/netlify/cli/issues/8326)) ([3f33c36](https://github.com/netlify/cli/commit/3f33c363d3ffbf43f4c57604ea6e00782eca1819)) + + +### Bug Fixes + +* reconstruct build_data when missing on direct-zip deploys ([#8353](https://github.com/netlify/cli/issues/8353)) ([3b52aa0](https://github.com/netlify/cli/commit/3b52aa078e232692793bf24b4077ab4c5ace009e)) + ## [27.0.3](https://github.com/netlify/cli/compare/v27.0.2...v27.0.3) (2026-08-04) diff --git a/package-lock.json b/package-lock.json index 40c22a5cf84..6f4cc34b6ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "27.0.3", + "version": "27.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "27.0.3", + "version": "27.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 09893195fee..1a209442bd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "27.0.3", + "version": "27.1.0", "author": "Netlify Inc.", "type": "module", "engines": {