Skip to content

Commit 2ca56a1

Browse files
chore(main): release 25.2.0 (#8181)
🤖 I have created a release *beep* *boop* --- ## [25.2.0](v25.1.1...v25.2.0) (2026-04-22) ### Features * use database as primary name for new db subcommands ([#8176](#8176)) ([40e56cf](40e56cf)) ### Bug Fixes * don't cause fatal issues when doing update checks inside of agent sandbox ([#8186](#8186)) ([acaf478](acaf478)) * filter out intentional user-input errors from error-reporting-lamda ([#8188](#8188)) ([b5b60e3](b5b60e3)) * improve reliability of anon deploys ([#8170](#8170)) ([95b5e52](95b5e52)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 40e56cf commit 2ca56a1

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

1010

11+
## [25.2.0](https://github.com/netlify/cli/compare/v25.1.1...v25.2.0) (2026-04-22)
12+
13+
14+
### Features
15+
16+
* use database as primary name for new db subcommands ([#8176](https://github.com/netlify/cli/issues/8176)) ([40e56cf](https://github.com/netlify/cli/commit/40e56cf754d72c690a9641eb6a6dad4934bf59f8))
17+
18+
19+
### Bug Fixes
20+
21+
* don't cause fatal issues when doing update checks inside of agent sandbox ([#8186](https://github.com/netlify/cli/issues/8186)) ([acaf478](https://github.com/netlify/cli/commit/acaf4782072bc04809ea6301f667c3cf34691901))
22+
* filter out intentional user-input errors from error-reporting-lamda ([#8188](https://github.com/netlify/cli/issues/8188)) ([b5b60e3](https://github.com/netlify/cli/commit/b5b60e3074a6e6a3dd54863e66c4837417c433fd))
23+
* improve reliability of anon deploys ([#8170](https://github.com/netlify/cli/issues/8170)) ([95b5e52](https://github.com/netlify/cli/commit/95b5e52c676ee9e7e972482c46efe6f1ea23cce2))
24+
1125
## [25.1.1](https://github.com/netlify/cli/compare/v25.1.0...v25.1.1) (2026-04-21)
1226

1327

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "25.1.1",
4+
"version": "25.2.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)