Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ 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-13)


### 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/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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-cli",
"version": "27.1.1",
"version": "27.1.2",
"description": "Netlify command line tool",
"keywords": [
"api",
Expand Down
Loading