diff --git a/CHANGELOG.md b/CHANGELOG.md index f90f9d58b3f..6057ec98575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1072c67b779..296494b1a70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.23.3", + "version": "17.23.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.23.3", + "version": "17.23.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3a201f763b7..fa3ba13a2ee 100644 --- a/package.json +++ b/package.json @@ -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": {