From eedc1f264888d22e2881b5ef134169901e24fd58 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:05:51 +0000 Subject: [PATCH] chore(main): release 17.37.2 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13af2fea197..fbdb7fedf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.37.2](https://github.com/netlify/cli/compare/v17.37.1...v17.37.2) (2024-10-29) + + +### Bug Fixes + +* add zsh autocomplete setup and file permissions instructions to completion:install ([#6882](https://github.com/netlify/cli/issues/6882)) ([75c0e7b](https://github.com/netlify/cli/commit/75c0e7b5e7e7e0db61ca4c0a8b7df8a5f5b9fd6e)) +* **deps:** update dependency @netlify/build to v29.55.4 ([#6892](https://github.com/netlify/cli/issues/6892)) ([da3563b](https://github.com/netlify/cli/commit/da3563b7e3059305bfb742d5ef5f6418d11a1208)) +* **deps:** update dependency @netlify/build to v29.56.0 ([#6906](https://github.com/netlify/cli/issues/6906)) ([e63a9c2](https://github.com/netlify/cli/commit/e63a9c275eaf3845102276d12ac7acd20075c5fa)) +* **deps:** update dependency @types/node to v20.17.1 ([#6903](https://github.com/netlify/cli/issues/6903)) ([93a728b](https://github.com/netlify/cli/commit/93a728b93964be16ff1d64e9a2f3ae5e7f2bafde)) +* **deps:** update dependency ws to v8.18.0 ([#6904](https://github.com/netlify/cli/issues/6904)) ([89e814d](https://github.com/netlify/cli/commit/89e814dd3ad950f50a5fedcc353972bb03db051e)) +* **deps:** update netlify packages ([#6891](https://github.com/netlify/cli/issues/6891)) ([8db8a3a](https://github.com/netlify/cli/commit/8db8a3a31bd65cf040f5d752dac58659d4eff673)) +* **deps:** update netlify packages ([#6899](https://github.com/netlify/cli/issues/6899)) ([62d3123](https://github.com/netlify/cli/commit/62d312335fa1fa1a4f857472b7e3c6bacc506a23)) +* improve console message when unlinking from directory without a netlify.toml ([#6897](https://github.com/netlify/cli/issues/6897)) ([622098e](https://github.com/netlify/cli/commit/622098e3a5d6463147cae420df235e14353b4c74)) +* link --name prefers exact match if exists, first match otherwise ([#6865](https://github.com/netlify/cli/issues/6865)) ([6a15c79](https://github.com/netlify/cli/commit/6a15c79843cc2f9af4571fcb630aabc9a2f4c8e0)) +* logs: deploy command instructs user to link to a site if one is … ([#6867](https://github.com/netlify/cli/issues/6867)) ([98763f7](https://github.com/netlify/cli/commit/98763f72f7aa6176e1625b81ba143a62f9984c3b)) +* updated error message for attempting to deploy a site with a bad… ([#6884](https://github.com/netlify/cli/issues/6884)) ([9cb44c5](https://github.com/netlify/cli/commit/9cb44c551262c1436776023d8048fa3ff4ad6f5e)) + ## [17.37.1](https://github.com/netlify/cli/compare/v17.37.0...v17.37.1) (2024-10-17) diff --git a/package-lock.json b/package-lock.json index 00a754bce54..e04a78e8dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.37.1", + "version": "17.37.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.37.1", + "version": "17.37.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ac456150e61..640d0bcbb87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.37.1", + "version": "17.37.2", "author": "Netlify Inc.", "type": "module", "engines": {