Skip to content

Commit f5bddb4

Browse files
chore(main): release 19.0.1 (#7062)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 8e6da5c commit f5bddb4

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

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

1414

1515

16+
## [19.0.1](https://github.com/netlify/cli/compare/v19.0.0...v19.0.1) (2025-03-04)
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** pin dependencies ([#7055](https://github.com/netlify/cli/issues/7055)) ([93d6107](https://github.com/netlify/cli/commit/93d6107ff82aa9e318ade212a9021a8237708a3c))
22+
* **deps:** pin dependency @pnpm/tabtab to 0.5.4 ([#7063](https://github.com/netlify/cli/issues/7063)) ([150fcc3](https://github.com/netlify/cli/commit/150fcc362e7f7985d8d7625fb29e8ae226198206))
23+
* **deps:** replace tabtab with maintained fork ([#7057](https://github.com/netlify/cli/issues/7057)) ([1ddae37](https://github.com/netlify/cli/commit/1ddae37e9b399d802d90e0d17c742251ec9ec305))
24+
* **deps:** update dependency @netlify/functions to v3.0.1 ([#7081](https://github.com/netlify/cli/issues/7081)) ([97f3a58](https://github.com/netlify/cli/commit/97f3a58a7a8264685f55300e8317366fe16a3b21))
25+
* **deps:** update dependency readdirp to v4.1.2 ([#7064](https://github.com/netlify/cli/issues/7064)) ([1fd1f5a](https://github.com/netlify/cli/commit/1fd1f5aaf81b081dc893bd6046cf505bdf4cb684))
26+
* **deps:** update dependency ws to v8.18.1 ([#7065](https://github.com/netlify/cli/issues/7065)) ([fb36998](https://github.com/netlify/cli/commit/fb369986bdd4d3a17482e90c0487970ba4d28dd3))
27+
* **deps:** update netlify packages ([#7052](https://github.com/netlify/cli/issues/7052)) ([31e5e59](https://github.com/netlify/cli/commit/31e5e590fe5e01a2747bab290f5651a9cae7fcd7))
28+
* skip checking for endpoint existence for hidden redirects ([#7067](https://github.com/netlify/cli/issues/7067)) ([5fc044d](https://github.com/netlify/cli/commit/5fc044d849f00a148ab287e4e5544179c2e2e262))
29+
30+
31+
### Reverts
32+
33+
* "chore: simplify and standardize `package.json` scripts and CI setup ([#7069](https://github.com/netlify/cli/issues/7069))" ([4571be3](https://github.com/netlify/cli/commit/4571be31c1ec29460327bc5f7061406729762c16))
34+
* "ci: fix new job config ([#7071](https://github.com/netlify/cli/issues/7071))" ([992431d](https://github.com/netlify/cli/commit/992431d2999f126fccf66062f2488e9f9c7b8c41))
35+
* "ci: only typecheck in typechecking job ([#7072](https://github.com/netlify/cli/issues/7072))" ([506bc33](https://github.com/netlify/cli/commit/506bc333763ce2a01a12607944e282084b3fd3bd))
36+
1637
## [19.0.0](https://github.com/netlify/cli/compare/v18.1.0...v19.0.0) (2025-02-24)
1738

1839

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

0 commit comments

Comments
 (0)