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
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,33 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [18.0.0](https://github.com/netlify/cli/compare/v17.38.1...v18.0.0) (2025-01-07)


### ⚠ BREAKING CHANGES

* remove addons subcommand ([#6974](https://github.com/netlify/cli/issues/6974))
* remove the lm (large media) subcommand ([#6956](https://github.com/netlify/cli/issues/6956))

### Features

* remove addons subcommand ([#6974](https://github.com/netlify/cli/issues/6974)) ([9a88493](https://github.com/netlify/cli/commit/9a884938127a73f13046fd521c2743ee935de716))
* remove the lm (large media) subcommand ([#6956](https://github.com/netlify/cli/issues/6956)) ([afdfe46](https://github.com/netlify/cli/commit/afdfe460b68356bd81b1a6b5cdc564db7e3f39df))


### Bug Fixes

* add completion support for ntl aliasin zsh ([#6946](https://github.com/netlify/cli/issues/6946)) ([5098642](https://github.com/netlify/cli/commit/50986424a5bf126a680e69ac5802d6f7833f7321))
* **cli:** updated nanoid dependency version ([#6982](https://github.com/netlify/cli/issues/6982)) ([30c94b4](https://github.com/netlify/cli/commit/30c94b46b98d12f3d0b1ea3dc98c213e5967117a))
* **deps:** update dependency @netlify/functions to v3 ([#6970](https://github.com/netlify/cli/issues/6970)) ([ac078e5](https://github.com/netlify/cli/commit/ac078e5927a6e66978bf89a1dec5de042559194b))
* **deps:** update dependency @types/node to v22.10.2 ([#6976](https://github.com/netlify/cli/issues/6976)) ([26bf398](https://github.com/netlify/cli/commit/26bf398bbf135f09758b59c06f93e630a7e4634a))
* **deps:** update dependency chalk to v5.4.1 ([#6981](https://github.com/netlify/cli/issues/6981)) ([ce932fc](https://github.com/netlify/cli/commit/ce932fc384087c67154ed0c68b371924871daa8f))
* **deps:** update dependency https-proxy-agent to v7.0.6 ([#6953](https://github.com/netlify/cli/issues/6953)) ([ff66234](https://github.com/netlify/cli/commit/ff66234220c34c4563b1445fb4b9a8d3cffc91b0))
* **deps:** update dependency p-map to v7.0.3 ([#6954](https://github.com/netlify/cli/issues/6954)) ([a28726c](https://github.com/netlify/cli/commit/a28726ce59ee7d11539efffaa145e840701c47ae))
* **deps:** update netlify packages ([#6971](https://github.com/netlify/cli/issues/6971)) ([ffc3122](https://github.com/netlify/cli/commit/ffc3122fc4820a0f5f2454d818788ab11ec59da2))
* dev server fix ip when skipping watch ([#6977](https://github.com/netlify/cli/issues/6977)) ([4774797](https://github.com/netlify/cli/commit/47747979145e8ca92ea0bc225e8d73df4a9ad5da))
* remove extra call to accounts endpoint across cli ([#6947](https://github.com/netlify/cli/issues/6947)) ([e6a4f59](https://github.com/netlify/cli/commit/e6a4f59f899b863df51718e04861b07f9419171b))

## [17.38.1](https://github.com/netlify/cli/compare/v17.38.0...v17.38.1) (2024-12-17)


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": "17.38.1",
"version": "18.0.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down
Loading