Skip to content

Commit a017181

Browse files
chore(main): release 21.1.0 (#7269)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent fe9940e commit a017181

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

1010

11+
## [21.1.0](https://github.com/netlify/cli/compare/v21.0.1...v21.1.0) (2025-05-06)
12+
13+
14+
### Features
15+
16+
* add new `netlify clone` command, to clone an existing repo + connected Netlify site in one step ([#7260](https://github.com/netlify/cli/issues/7260)) ([fe9940e](https://github.com/netlify/cli/commit/fe9940e56458cea189b1275dba5e5f63a538c463))
17+
* **init:** prompt to configure build settings in 'no git remote' case ([#7258](https://github.com/netlify/cli/issues/7258)) ([cb881e8](https://github.com/netlify/cli/commit/cb881e8830755f3a5305f18e61ab48f49268af86))
18+
19+
20+
### Bug Fixes
21+
22+
* **deps:** update dependency fastify to v4.29.1 ([#7265](https://github.com/netlify/cli/issues/7265)) ([d7bc2f8](https://github.com/netlify/cli/commit/d7bc2f88443b152d6b369f327388753390258e74))
23+
* **deps:** update dependency open to v10.1.2 ([#7266](https://github.com/netlify/cli/issues/7266)) ([6abe1a4](https://github.com/netlify/cli/commit/6abe1a4aa298649b9c2c0b56d57217f594b28795))
24+
* **deps:** update dependency ulid to v2.4.0 ([#7268](https://github.com/netlify/cli/issues/7268)) ([9476b24](https://github.com/netlify/cli/commit/9476b24a261e804104023e058aa35f59049f0ac3))
25+
* **deps:** update dependency ulid to v3 ([#7270](https://github.com/netlify/cli/issues/7270)) ([4e0f92f](https://github.com/netlify/cli/commit/4e0f92fb5e7df07f33931d1fed714b7f1086d6f3))
26+
* **deps:** update dependency ws to v8.18.2 ([#7267](https://github.com/netlify/cli/issues/7267)) ([4e8732c](https://github.com/netlify/cli/commit/4e8732c9dfc6f5dc234614e73cc8c308b02de3cd))
27+
1128
## [21.0.1](https://github.com/netlify/cli/compare/v21.0.0...v21.0.1) (2025-05-06)
1229

1330

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "21.0.1",
4+
"version": "21.1.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)