diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e7dfafa7f..ad2e459d484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ 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.2](https://github.com/netlify/cli/compare/v27.1.1...v27.1.2) (2026-08-14) + + +### Bug Fixes + +* **database:** pull migrations from an explicit branch ([#8398](https://github.com/netlify/cli/issues/8398)) ([6d5b690](https://github.com/netlify/cli/commit/6d5b690061af69bdef7745581382b79d49de3fa5)) +* **deps:** update dependency @netlify/ai to ^0.4.4 ([#8403](https://github.com/netlify/cli/issues/8403)) ([605ebd6](https://github.com/netlify/cli/commit/605ebd6dd8ff21d7f74c6680bf701827e0a6750d)) +* **deps:** update dependency @netlify/blobs to ^10.7.13 ([#8404](https://github.com/netlify/cli/issues/8404)) ([11f5e9a](https://github.com/netlify/cli/commit/11f5e9a483adf438098b84e1cce4adcb55f467fb)) +* **deps:** update dependency @netlify/dev to ^4.18.13 ([#8401](https://github.com/netlify/cli/issues/8401)) ([179274f](https://github.com/netlify/cli/commit/179274f1c312fc1cb61fa35dd30147ad0112d70d)) +* **deps:** update dependency @netlify/dev-utils to v5 ([#8405](https://github.com/netlify/cli/issues/8405)) ([d63e6eb](https://github.com/netlify/cli/commit/d63e6eb81ee80ea7ef1a2ccea7744cbd2fdcf672)) +* **deps:** update dependency @netlify/edge-functions-bootstrap to v3 ([#7815](https://github.com/netlify/cli/issues/7815)) ([85c0113](https://github.com/netlify/cli/commit/85c0113195d65409856e0359533ff0756313b903)) +* **deps:** update dependency @netlify/images to ^1.3.12 ([#8402](https://github.com/netlify/cli/issues/8402)) ([4546b02](https://github.com/netlify/cli/commit/4546b025b1d96ba194081f42db84ba824f0708d2)) +* **deps:** update dependency log-update to v8 ([#8407](https://github.com/netlify/cli/issues/8407)) ([4d97869](https://github.com/netlify/cli/commit/4d97869be3dd311180cb4a39611968ab99c600c4)) +* **deps:** update netlify packages ([#8400](https://github.com/netlify/cli/issues/8400)) ([6b3221b](https://github.com/netlify/cli/commit/6b3221b59ca0234c9fd458ff5185c687ffe8a8dc)) +* **edge-functions:** point the bootstrap fallback at server.ts ([#8397](https://github.com/netlify/cli/issues/8397)) ([2fb7919](https://github.com/netlify/cli/commit/2fb791908642fe0f6004408079964e3a8b55b439)) + ## [27.1.1](https://github.com/netlify/cli/compare/v27.1.0...v27.1.1) (2026-08-07) diff --git a/package-lock.json b/package-lock.json index 03e0173e83b..caf3ed8c167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "27.1.1", + "version": "27.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "27.1.1", + "version": "27.1.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4413062e5c0..e2b69eb3e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "27.1.1", + "version": "27.1.2", "description": "Netlify command line tool", "keywords": [ "api",