Skip to content

Commit 2f88f93

Browse files
chore(main): release 20.0.1 (#7188)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent a10b142 commit 2f88f93

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [20.0.1](https://github.com/netlify/cli/compare/v20.0.0...v20.0.1) (2025-04-15)
17+
18+
19+
### Bug Fixes
20+
21+
* actually handle AWS SDK errors as intended ([#7184](https://github.com/netlify/cli/issues/7184)) ([e7cd9e5](https://github.com/netlify/cli/commit/e7cd9e5419c9c28883f7c7add81122fc6c05f116))
22+
* actually populate auth `user` field ([#7181](https://github.com/netlify/cli/issues/7181)) ([fe1de94](https://github.com/netlify/cli/commit/fe1de946042e75c766106cb7e7cae35aa68d95a5))
23+
* add missing error handling for unauthed live tunnel use ([#7183](https://github.com/netlify/cli/issues/7183)) ([4f57f10](https://github.com/netlify/cli/commit/4f57f10123767a1ebed31e0eab4d80cc24546434))
24+
* await `zipFunctions()` in functions build ([#7180](https://github.com/netlify/cli/issues/7180)) ([e3b04e5](https://github.com/netlify/cli/commit/e3b04e5b50bf4fb8797f1d24e2c05cecedbb401e))
25+
* **deps:** update netlify packages (major) ([#7177](https://github.com/netlify/cli/issues/7177)) ([494db5c](https://github.com/netlify/cli/commit/494db5cdff90625e134fff171ad26ed8a45ef6eb))
26+
* **deps:** update rust crate tokio to 1.38.2 [security] ([#7172](https://github.com/netlify/cli/issues/7172)) ([729fbe9](https://github.com/netlify/cli/commit/729fbe9f2938216faa25567c6f831dddd06201f9))
27+
* **deps:** upgrade misc. dependencies ([#7208](https://github.com/netlify/cli/issues/7208)) ([a10b142](https://github.com/netlify/cli/commit/a10b142d31ff443bb709ca45dac622d840a38098))
28+
* **functions:** await functions error handling ([#7186](https://github.com/netlify/cli/issues/7186)) ([3831ea0](https://github.com/netlify/cli/commit/3831ea0bfe5919be56cdf8c5f4198133dbe52f38))
29+
* print site information in `link` output ([33b60ba](https://github.com/netlify/cli/commit/33b60ba6c007cf8b5689011fbfa09951a936bfc0))
30+
1631
## [20.0.0](https://github.com/netlify/cli/compare/v19.1.7...v20.0.0) (2025-04-08)
1732

1833

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)