Skip to content

Commit

Permalink
chore(main): release 17.37.2 (#6885)
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 Oct 29, 2024
1 parent e63a9c2 commit 17223d5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit 17223d5

Please sign in to comment.