Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [19.0.0](https://github.com/netlify/cli/compare/v18.1.0...v19.0.0) (2025-02-24)


### ⚠ BREAKING CHANGES

* upgrade to commander@12 and fix some conflicting short option names ([#7008](https://github.com/netlify/cli/issues/7008))
* remove deprecated camelCase option variants ([#7046](https://github.com/netlify/cli/issues/7046))
* remove integration commands ([#7047](https://github.com/netlify/cli/issues/7047))

### Features

* remove deprecated camelCase option variants ([#7046](https://github.com/netlify/cli/issues/7046)) ([cbb0d0b](https://github.com/netlify/cli/commit/cbb0d0b2e8d0dbe1498e6b4e473ff453342547f5))
* remove integration commands ([#7047](https://github.com/netlify/cli/issues/7047)) ([b693ba7](https://github.com/netlify/cli/commit/b693ba74aed8c785a7ab0af85c6d4e0b45a72cb6))


### Bug Fixes

* **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))
* **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))
* process mutated env by plugins in dev server ([#7045](https://github.com/netlify/cli/issues/7045)) ([5435e79](https://github.com/netlify/cli/commit/5435e793a931ed5c8b14505ac4e803e938500092))
* 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))

## [18.1.0](https://github.com/netlify/cli/compare/v18.0.4...v18.1.0) (2025-02-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "18.1.0",
"version": "19.0.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down
Loading