Skip to content

Commit 5fe35cf

Browse files
chore(main): release 21.3.0 (#7286)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 6eecb4e commit 5fe35cf

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ 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.3.0](https://github.com/netlify/cli/compare/v21.2.1...v21.3.0) (2025-05-12)
12+
13+
14+
### Features
15+
16+
* automatically detects IDE - windsurf or cursor - for AI context files. ([#7280](https://github.com/netlify/cli/issues/7280)) ([fd02e5d](https://github.com/netlify/cli/commit/fd02e5d4786b69ee9a5735678f29b00c1096c0c3))
17+
* update API client ([#7282](https://github.com/netlify/cli/issues/7282)) ([99e5472](https://github.com/netlify/cli/commit/99e54729702177d747a4d15305108ba80f41df3d))
18+
19+
20+
### Bug Fixes
21+
22+
* **deploy:** fix typo in post-deploy message ([#7289](https://github.com/netlify/cli/issues/7289)) ([6eecb4e](https://github.com/netlify/cli/commit/6eecb4e3a233642e6ae1d49b676ea12878522729))
23+
* **deps:** pin dependencies ([#7281](https://github.com/netlify/cli/issues/7281)) ([84920cd](https://github.com/netlify/cli/commit/84920cd50126aa50947906813abde6a9339b3357))
24+
* **deps:** update netlify packages ([#7288](https://github.com/netlify/cli/issues/7288)) ([7299efb](https://github.com/netlify/cli/commit/7299efb43f9da2e21227e3ce2dfac9ce8ef41d60))
25+
1126
## [21.2.1](https://github.com/netlify/cli/compare/v21.2.0...v21.2.1) (2025-05-08)
1227

1328

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

0 commit comments

Comments
 (0)