diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fd43f2b98..2cf7da58bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,25 @@ 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.5.0](https://github.com/netlify/cli/compare/v27.4.3...v27.5.0) (2026-09-04) + + +### Features + +* **logs:** add --deploy-id flag to target a specific deploy ([28e44be](https://github.com/netlify/cli/commit/28e44be4b1d7eb1f6d0ce366e88a38744d8c5e25)) + + +### Bug Fixes + +* **deps:** update dependency chalk to v6 ([#8470](https://github.com/netlify/cli/issues/8470)) ([9ebe398](https://github.com/netlify/cli/commit/9ebe3983403bfa1191df5ec2a1261bba12791fe6)) +* **deps:** update dependency comment-json to v5 ([#8471](https://github.com/netlify/cli/issues/8471)) ([f458d83](https://github.com/netlify/cli/commit/f458d836f4e13b2fc2557025c96b8ba0b9d287a1)) +* **logs:** auto-select the latest finished deploy, including failures ([b312e2d](https://github.com/netlify/cli/commit/b312e2df23a9a0c16168f1405d447f54bfd488a4)) +* **logs:** close the deploy stream when replaying a finished deploy ([8b84c92](https://github.com/netlify/cli/commit/8b84c928f32d067d2928a58309479ab9b118920d)) +* **logs:** fetch historical deploy logs over websocket ([783c3d9](https://github.com/netlify/cli/commit/783c3d91e73c7a87d4b944c6c638ecb696219ce5)) +* **logs:** keep the deploy stream resilient to failed state checks ([d874293](https://github.com/netlify/cli/commit/d874293d73d8687586d3a3146c3c205b0efb79f6)) +* **logs:** stream the targeted deploy in --follow ([d04b659](https://github.com/netlify/cli/commit/d04b659591702c8ab1068521bc0cc1f4f05578a7)) +* stop publishing source maps ([#8468](https://github.com/netlify/cli/issues/8468)) ([3282dab](https://github.com/netlify/cli/commit/3282dab8256232f7c859a219c56c48b863b38d17)) + ## [27.4.3](https://github.com/netlify/cli/compare/v27.4.2...v27.4.3) (2026-09-03) diff --git a/package-lock.json b/package-lock.json index 017e83e453b..91f717ae142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "27.4.3", + "version": "27.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "27.4.3", + "version": "27.5.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 17fb45cc850..b1bbc7d8f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "27.4.3", + "version": "27.5.0", "description": "Netlify command line tool", "keywords": [ "api",