Skip to content

Commit 7bb31f2

Browse files
chore(main): release 17.38.0
1 parent fd77a12 commit 7bb31f2

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [17.38.0](https://github.com/netlify/cli/compare/v17.37.2...v17.38.0) (2024-11-06)
17+
18+
19+
### Features
20+
21+
* add confirmation prompts to unsafe cli commands ([#6878](https://github.com/netlify/cli/issues/6878)) ([fd77a12](https://github.com/netlify/cli/commit/fd77a125448b67bb03aaee46589371f81bab676b))
22+
* port in use ([#6887](https://github.com/netlify/cli/issues/6887)) ([652f20a](https://github.com/netlify/cli/commit/652f20a7e63c0efdada377303445352a36c76f4e))
23+
24+
25+
### Bug Fixes
26+
27+
* 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))
28+
* 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))
29+
1630
## [17.37.2](https://github.com/netlify/cli/compare/v17.37.1...v17.37.2) (2024-10-29)
1731

1832

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "17.37.2",
4+
"version": "17.38.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)