Skip to content

Commit

Permalink
chore(main): release 17.22.0 (#6501)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Apr 8, 2024
1 parent bb2279f commit 9b30807
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.22.0](https://github.com/netlify/cli/compare/v17.21.2...v17.22.0) (2024-04-08)


### Features

* add `--internal-disable-edge-functions` flag to skip Deno setup ([#6495](https://github.com/netlify/cli/issues/6495)) ([a6f0f45](https://github.com/netlify/cli/commit/a6f0f45e6453fca74af3bb007fca81a8b7714f86))
* load edge functions bootstrap from module ([#6496](https://github.com/netlify/cli/issues/6496)) ([bb2279f](https://github.com/netlify/cli/commit/bb2279f39a5c22abeea56dfc76b289af61a201ac))


### Bug Fixes

* set DEPLOY_ID and DEPLOY_URL env vars once available ([#6489](https://github.com/netlify/cli/issues/6489)) ([bc24f77](https://github.com/netlify/cli/commit/bc24f776066ee1538f2d65cd97b29098a7b6e628))

## [17.21.2](https://github.com/netlify/cli/compare/v17.21.1...v17.21.2) (2024-04-04)


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,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "17.21.2",
"version": "17.22.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit 9b30807

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,313
  • Package size: 294 MB
  • Number of ts-expect-error directives: 1,008

Please sign in to comment.