Skip to content

Releases: netlify/cli

v22.1.3

06 Jun 16:08
18ba162
Compare
Choose a tag to compare

22.1.3 (2025-06-06)

Bug Fixes

  • deps: upgrade deps to resolve 4 security alerts (#7328) (2991b9f)

v22.1.2

05 Jun 22:07
Compare
Choose a tag to compare

22.1.2 (2025-06-05)

Bug Fixes

  • deps: update netlify packages (major) (b6fecd9)

v22.1.1

05 Jun 20:30
Compare
Choose a tag to compare

22.1.1 (2025-06-05)

Bug Fixes

  • tell users to re-run netlify dev after interrupting dev to init project (5c53698)

v22.1.0

05 Jun 15:39
d604bf9
Compare
Choose a tag to compare

22.1.0 (2025-06-05)

Features

v22.0.0

05 Jun 13:53
782de05
Compare
Choose a tag to compare

22.0.0 (2025-06-05)

⚠ BREAKING CHANGES

  • drop support for node 18.x and 19.x (#7332)

Features

Bug Fixes

v21.6.0

04 Jun 00:16
03fd72d
Compare
Choose a tag to compare

21.6.0 (2025-06-03)

Features

  • pass mutated config environment variables to functions during local development (#7325) (17cb26b)

v21.5.2

03 Jun 14:13
813a2e2
Compare
Choose a tag to compare

21.5.2 (2025-06-02)

Bug Fixes

  • ai-context was not able to find catchall due to early filter (#7320) (653bf7f)

v21.5.1

02 Jun 19:09
02bb948
Compare
Choose a tag to compare

21.5.1 (2025-06-02)

Bug Fixes

  • deps: update dependency @netlify/build to v32.2.0 (#7290) (caa9019)
  • make cli aware when run in npx/pnpx context (#7315) (a02d312)

v21.5.0

19 May 14:11
a324067
Compare
Choose a tag to compare

21.5.0 (2025-05-19)

Important

The Netlify CLI is now also published under the netlify package name, in addition to netlify-cli. The Netlify API JavaScript client, which was previously published as netlify, has been renamed to @netlify/api.

The netlify package will continue to export the same interface as before, so there are no breaking changes; but if you're only interested in the API client, you should update your imports to use @netlify/api instead.

Other then updating the package name, there are no additional code changes required.

Features

  • publish netlify package (#7293) (bda3784)
  • replace "site" with "project" in UI copy and documentation (#7299) (af5e854)

v21.4.2

15 May 16:48
e82926f
Compare
Choose a tag to compare

21.4.2 (2025-05-15)

Bug Fixes

  • notify activity dev server and double encoding when proxying to preview server (#7300) (86e539e)