Skip to content

Commit

Permalink
chore(main): release 17.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Nov 20, 2024
1 parent b53534e commit 7e2dc80
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.38.0](https://github.com/netlify/cli/compare/v17.37.2...v17.38.0) (2024-11-20)


### Features

* add confirmation prompts to unsafe cli commands ([#6878](https://github.com/netlify/cli/issues/6878)) ([fd77a12](https://github.com/netlify/cli/commit/fd77a125448b67bb03aaee46589371f81bab676b))
* port in use ([#6887](https://github.com/netlify/cli/issues/6887)) ([652f20a](https://github.com/netlify/cli/commit/652f20a7e63c0efdada377303445352a36c76f4e))


### Bug Fixes

* **deps:** update dependency @types/node to v20.17.6 ([#6918](https://github.com/netlify/cli/issues/6918)) ([9c4eb22](https://github.com/netlify/cli/commit/9c4eb226c1b187e879266a87fce021dd7251c2a6))
* **deps:** update dependency ci-info to v4.1.0 ([#6925](https://github.com/netlify/cli/issues/6925)) ([f4eca65](https://github.com/netlify/cli/commit/f4eca65c9dd2dc3a127b75b2a62c12fe99d344ef))
* **deps:** update dependency ora to v8.1.1 ([#6919](https://github.com/netlify/cli/issues/6919)) ([f89b707](https://github.com/netlify/cli/commit/f89b7072de186cbd5b48cf1a59a6036d33116664))
* **deps:** update netlify packages ([#6922](https://github.com/netlify/cli/issues/6922)) ([96f64ef](https://github.com/netlify/cli/commit/96f64efe20395c4643af43caac4673f8ac9d672b))
* **deps:** update rust crate lambda_runtime to 0.13.0 ([#6920](https://github.com/netlify/cli/issues/6920)) ([f48841c](https://github.com/netlify/cli/commit/f48841ceb7288c7326744ce5bd6ee73b496fd674))
* make outputs more user-friendly for `sites:create-template` ([#6915](https://github.com/netlify/cli/issues/6915)) ([d132ddd](https://github.com/netlify/cli/commit/d132dddd50328165d47fd7c19e90502d34fc866c))
* prevent redundant repos, add preliminary name checks, and improve error handling in sites:create-template ([#6908](https://github.com/netlify/cli/issues/6908)) ([a1000b3](https://github.com/netlify/cli/commit/a1000b3d3834e691c089e8c925315e20815f79e6))

## [17.37.2](https://github.com/netlify/cli/compare/v17.37.1...v17.37.2) (2024-10-29)


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

0 comments on commit 7e2dc80

Please sign in to comment.