Skip to content

Commit b7ce7a6

Browse files
chore(main): release 18.0.0 (#6969)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 4774797 commit b7ce7a6

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

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

1414

1515

16+
## [18.0.0](https://github.com/netlify/cli/compare/v17.38.1...v18.0.0) (2025-01-07)
17+
18+
19+
### ⚠ BREAKING CHANGES
20+
21+
* remove addons subcommand ([#6974](https://github.com/netlify/cli/issues/6974))
22+
* remove the lm (large media) subcommand ([#6956](https://github.com/netlify/cli/issues/6956))
23+
24+
### Features
25+
26+
* remove addons subcommand ([#6974](https://github.com/netlify/cli/issues/6974)) ([9a88493](https://github.com/netlify/cli/commit/9a884938127a73f13046fd521c2743ee935de716))
27+
* remove the lm (large media) subcommand ([#6956](https://github.com/netlify/cli/issues/6956)) ([afdfe46](https://github.com/netlify/cli/commit/afdfe460b68356bd81b1a6b5cdc564db7e3f39df))
28+
29+
30+
### Bug Fixes
31+
32+
* add completion support for ntl aliasin zsh ([#6946](https://github.com/netlify/cli/issues/6946)) ([5098642](https://github.com/netlify/cli/commit/50986424a5bf126a680e69ac5802d6f7833f7321))
33+
* **cli:** updated nanoid dependency version ([#6982](https://github.com/netlify/cli/issues/6982)) ([30c94b4](https://github.com/netlify/cli/commit/30c94b46b98d12f3d0b1ea3dc98c213e5967117a))
34+
* **deps:** update dependency @netlify/functions to v3 ([#6970](https://github.com/netlify/cli/issues/6970)) ([ac078e5](https://github.com/netlify/cli/commit/ac078e5927a6e66978bf89a1dec5de042559194b))
35+
* **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))
36+
* **deps:** update dependency chalk to v5.4.1 ([#6981](https://github.com/netlify/cli/issues/6981)) ([ce932fc](https://github.com/netlify/cli/commit/ce932fc384087c67154ed0c68b371924871daa8f))
37+
* **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))
38+
* **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))
39+
* **deps:** update netlify packages ([#6971](https://github.com/netlify/cli/issues/6971)) ([ffc3122](https://github.com/netlify/cli/commit/ffc3122fc4820a0f5f2454d818788ab11ec59da2))
40+
* dev server fix ip when skipping watch ([#6977](https://github.com/netlify/cli/issues/6977)) ([4774797](https://github.com/netlify/cli/commit/47747979145e8ca92ea0bc225e8d73df4a9ad5da))
41+
* remove extra call to accounts endpoint across cli ([#6947](https://github.com/netlify/cli/issues/6947)) ([e6a4f59](https://github.com/netlify/cli/commit/e6a4f59f899b863df51718e04861b07f9419171b))
42+
1643
## [17.38.1](https://github.com/netlify/cli/compare/v17.38.0...v17.38.1) (2024-12-17)
1744

1845

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

0 commit comments

Comments
 (0)