Skip to content
Merged
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.23.4](https://github.com/netlify/cli/compare/v17.23.3...v17.23.4) (2024-05-14)


### Bug Fixes

* **deps:** update dependency @bugsnag/js to v7.23.0 ([#6583](https://github.com/netlify/cli/issues/6583)) ([af46cc4](https://github.com/netlify/cli/commit/af46cc4a1f06bc4b7f4a359294e14e99705146e3))
* **deps:** update dependency ci-info to v3.9.0 ([#6584](https://github.com/netlify/cli/issues/6584)) ([5606f35](https://github.com/netlify/cli/commit/5606f35dfecc7089083aec3f82f0ebc40b6be159))
* **deps:** update dependency cookie to v0.6.0 ([#6585](https://github.com/netlify/cli/issues/6585)) ([159aa26](https://github.com/netlify/cli/commit/159aa265f4720c5d54bd239b0be117ac9ef92b44))
* **deps:** update dependency cron-parser to v4.9.0 ([#6586](https://github.com/netlify/cli/issues/6586)) ([ad16486](https://github.com/netlify/cli/commit/ad16486e39e108df55d25dc0e99ccd85d6a8aef4))
* **deps:** update dependency dotenv to v16.4.5 ([#6587](https://github.com/netlify/cli/issues/6587)) ([9adcf04](https://github.com/netlify/cli/commit/9adcf04bfab79636a0a5651967c778b871775fbf))
* **deps:** update dependency envinfo to v7.13.0 ([#6594](https://github.com/netlify/cli/issues/6594)) ([bb203ef](https://github.com/netlify/cli/commit/bb203efaf2e674ac5298672c6a8cda3fbdb81182))
* **deps:** update dependency fastify to v4.27.0 ([#6591](https://github.com/netlify/cli/issues/6591)) ([b4f6c8f](https://github.com/netlify/cli/commit/b4f6c8fb874eb18bba752de1a0d5c3b674fde973))
* **deps:** update dependency lambda-local to v2.2.0 ([#6590](https://github.com/netlify/cli/issues/6590)) ([fe07f14](https://github.com/netlify/cli/commit/fe07f142b34c65b420f8f5e8cfed773dcf25e78a))
* **deps:** update dependency node-fetch to v2.7.0 ([#6588](https://github.com/netlify/cli/issues/6588)) ([c769959](https://github.com/netlify/cli/commit/c7699592795f99267a7e6d53d0f93f50a6a7f29a))
* **deps:** update dependency tempy to v3.1.0 ([#6593](https://github.com/netlify/cli/issues/6593)) ([b3149de](https://github.com/netlify/cli/commit/b3149de582a8cf5929b9ded85360145f73bc4b97))
* **deps:** update dependency wait-port to v1.1.0 ([#6582](https://github.com/netlify/cli/issues/6582)) ([9f0d623](https://github.com/netlify/cli/commit/9f0d6233f0ad67978809817a15c1782952567305))
* **deps:** update dependency ws to v8.17.0 ([#6595](https://github.com/netlify/cli/issues/6595)) ([e898db2](https://github.com/netlify/cli/commit/e898db24203ecb48adc265a895a39f5c4d34c587))
* **deps:** update dependency zod to v3.23.8 ([#6596](https://github.com/netlify/cli/issues/6596)) ([33d2c2c](https://github.com/netlify/cli/commit/33d2c2c3daa034aff0e95509aaf20a541615e8aa))
* set Blobs region in `serve` command ([#6597](https://github.com/netlify/cli/issues/6597)) ([3bdf075](https://github.com/netlify/cli/commit/3bdf075a8b2ab47f2dfc1f0f18d38dd682f94617))

## [17.23.3](https://github.com/netlify/cli/compare/v17.23.2...v17.23.3) (2024-05-13)


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.23.3",
"version": "17.23.4",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down