Skip to content

Commit 0b9d4f5

Browse files
chore(main): release 19.0.0 (#7042)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent a267b2a commit 0b9d4f5

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [19.0.0](https://github.com/netlify/cli/compare/v18.1.0...v19.0.0) (2025-02-24)
17+
18+
19+
### ⚠ BREAKING CHANGES
20+
21+
* upgrade to commander@12 and fix some conflicting short option names ([#7008](https://github.com/netlify/cli/issues/7008))
22+
* remove deprecated camelCase option variants ([#7046](https://github.com/netlify/cli/issues/7046))
23+
* remove integration commands ([#7047](https://github.com/netlify/cli/issues/7047))
24+
25+
### Features
26+
27+
* remove deprecated camelCase option variants ([#7046](https://github.com/netlify/cli/issues/7046)) ([cbb0d0b](https://github.com/netlify/cli/commit/cbb0d0b2e8d0dbe1498e6b4e473ff453342547f5))
28+
* remove integration commands ([#7047](https://github.com/netlify/cli/issues/7047)) ([b693ba7](https://github.com/netlify/cli/commit/b693ba74aed8c785a7ab0af85c6d4e0b45a72cb6))
29+
30+
31+
### Bug Fixes
32+
33+
* **deps:** add type declarations for 20 of 29 untyped dependencies ([#7049](https://github.com/netlify/cli/issues/7049)) ([b56095b](https://github.com/netlify/cli/commit/b56095b1218a8868ac98e8fe0747c39fc55112a0))
34+
* **deps:** update dependency @octokit/rest to v21.1.1 ([#7039](https://github.com/netlify/cli/issues/7039)) ([504e7f3](https://github.com/netlify/cli/commit/504e7f35a19530dc61ca9a89e6fe0795ec2c2928))
35+
* process mutated env by plugins in dev server ([#7045](https://github.com/netlify/cli/issues/7045)) ([5435e79](https://github.com/netlify/cli/commit/5435e793a931ed5c8b14505ac4e803e938500092))
36+
* upgrade to commander@12 and fix some conflicting short option names ([#7008](https://github.com/netlify/cli/issues/7008)) ([42b4a6c](https://github.com/netlify/cli/commit/42b4a6ce22a30666a52e96315895c14dc15c2894))
37+
1638
## [18.1.0](https://github.com/netlify/cli/compare/v18.0.4...v18.1.0) (2025-02-13)
1739

1840

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

0 commit comments

Comments
 (0)