Skip to content

Commit 2fba447

Browse files
chore(main): release 19.1.0 (#7126)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent dd9bbdc commit 2fba447

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
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+
## [19.1.0](https://github.com/netlify/cli/compare/v19.0.3...v19.1.0) (2025-03-26)
17+
18+
19+
### Features
20+
21+
* bump blob version ([#7125](https://github.com/netlify/cli/issues/7125)) ([0e5c1c7](https://github.com/netlify/cli/commit/0e5c1c77b6347b83b71ec30e57375bd0c922590f))
22+
23+
24+
### Bug Fixes
25+
26+
* avoid starting and stopping spinner loops ([#7131](https://github.com/netlify/cli/issues/7131)) ([1002f98](https://github.com/netlify/cli/commit/1002f98d15df8d689fcfd618804cbf8444873474))
27+
* **deps:** bump netlify packages with extra deduping ([#7136](https://github.com/netlify/cli/issues/7136)) ([7992b4e](https://github.com/netlify/cli/commit/7992b4ef375f686e99004a7db87d0581674100e3))
28+
* fix incorrect dev config types, `dev` regression ([#7135](https://github.com/netlify/cli/issues/7135)) ([ad197f7](https://github.com/netlify/cli/commit/ad197f7cf0993a345f9e3fb8578df8b31b7caa3e))
29+
1630
## [19.0.3](https://github.com/netlify/cli/compare/v19.0.2...v19.0.3) (2025-03-20)
1731

1832

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

0 commit comments

Comments
 (0)