From 50eeb8094dc2382144674eab4859ecb20f48e866 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 10:51:06 +0000 Subject: [PATCH] chore(main): release 17.24.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 403aad72b00..88e1ba6af5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.24.0](https://github.com/netlify/cli/compare/v17.23.8...v17.24.0) (2024-05-29) + + +### Features + +* use dev server settings from site ([#6668](https://github.com/netlify/cli/issues/6668)) ([9ece8fe](https://github.com/netlify/cli/commit/9ece8fe0788236203db4b03ffdaa10e902a0e3fd)) + + +### Bug Fixes + +* **deps:** pin dependencies ([#6664](https://github.com/netlify/cli/issues/6664)) ([d8f8756](https://github.com/netlify/cli/commit/d8f87569de4190f5cf7f6a46573e2443565f48a4)) +* **deps:** update dependency @netlify/build to v29.42.6 ([#6670](https://github.com/netlify/cli/issues/6670)) ([52ac076](https://github.com/netlify/cli/commit/52ac0761343f845284004cc496e261ba621201fd)) +* **deps:** update dependency @netlify/build to v29.43.0 ([#6671](https://github.com/netlify/cli/issues/6671)) ([14e7684](https://github.com/netlify/cli/commit/14e7684d694e7ef8ed114158cf8098f5ff82f9d0)) +* **deps:** update dependency @netlify/build to v29.44.0 ([#6674](https://github.com/netlify/cli/issues/6674)) ([b4fc581](https://github.com/netlify/cli/commit/b4fc581b2858c7cddafea84943dcb6d63efc2737)) +* **deps:** update dependency @netlify/build to v29.45.0 ([#6677](https://github.com/netlify/cli/issues/6677)) ([0b54b60](https://github.com/netlify/cli/commit/0b54b60d83f6b7127fb7040c3b5a99be82ac2e6b)) +* **deps:** update netlify packages ([#6660](https://github.com/netlify/cli/issues/6660)) ([17e3706](https://github.com/netlify/cli/commit/17e370627e85f394949ae045d004e6d2ec6b7bb1)) +* **deps:** update netlify packages ([#6669](https://github.com/netlify/cli/issues/6669)) ([0d9aebf](https://github.com/netlify/cli/commit/0d9aebffafb42a7a914f4d185ec85e3fd80b7c82)) +* **deps:** update netlify packages ([#6678](https://github.com/netlify/cli/issues/6678)) ([601a69a](https://github.com/netlify/cli/commit/601a69a4d327f16aa4d23db1d375e23ae4d9e8dd)) +* **deps:** update rust crate lambda_runtime to 0.11.0 ([#6667](https://github.com/netlify/cli/issues/6667)) ([f88453c](https://github.com/netlify/cli/commit/f88453ce2228c4dea6e2b1e6cf7a37d4f6d24c54)) + ## [17.23.8](https://github.com/netlify/cli/compare/v17.23.7...v17.23.8) (2024-05-24) diff --git a/package-lock.json b/package-lock.json index 8217e6fc83b..5ec26242e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.23.8", + "version": "17.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.23.8", + "version": "17.24.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6f52da31681..d4cf483c79d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.23.8", + "version": "17.24.0", "author": "Netlify Inc.", "type": "module", "engines": {