Skip to content

Commit c2a2c2c

Browse files
chore(main): release 26.1.0
1 parent 826fde7 commit c2a2c2c

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ 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+
## [26.1.0](https://github.com/netlify/cli/compare/v26.0.2...v26.1.0) (2026-05-29)
12+
13+
14+
### Features
15+
16+
* add support for new function config properties ([#8278](https://github.com/netlify/cli/issues/8278)) ([826fde7](https://github.com/netlify/cli/commit/826fde792986d3829d223b4c08fbb6f0b8a61e19))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** replace `extract-zip` and update Netlify packages ([#8277](https://github.com/netlify/cli/issues/8277)) ([c078a98](https://github.com/netlify/cli/commit/c078a98c5a8ea6dd14ecdbb159ae5c225761815e))
22+
* **deps:** update dependency @netlify/blobs to ^10.7.7 ([#8252](https://github.com/netlify/cli/issues/8252)) ([dfcc0a2](https://github.com/netlify/cli/commit/dfcc0a221d406ec897799ffa3b42d8989de30b0d))
23+
* infinite loop on error ([#8269](https://github.com/netlify/cli/issues/8269)) ([a3549b8](https://github.com/netlify/cli/commit/a3549b88bf4b1754811468bbf378fcd461f57a45))
24+
* user sending the wrong command is not an error ([#8270](https://github.com/netlify/cli/issues/8270)) ([21fe038](https://github.com/netlify/cli/commit/21fe0389ed608e30ea9a50fd737bef026056617c))
25+
1126
## [26.0.2](https://github.com/netlify/cli/compare/v26.0.1...v26.0.2) (2026-05-15)
1227

1328

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": "26.0.2",
4+
"version": "26.1.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)