diff --git a/CHANGELOG.md b/CHANGELOG.md index 933ac737eca..3790e1feba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 15f22e527d6..b16de3470c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.38.1", + "version": "18.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.38.1", + "version": "18.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 792c9664a98..7a682da91a6 100644 --- a/package.json +++ b/package.json @@ -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": {