diff --git a/CHANGELOG.md b/CHANGELOG.md index caaa44cc635..d080ce2a521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.37.0](https://github.com/netlify/cli/compare/v17.36.4...v17.37.0) (2024-10-11) + + +### Features + +* **deploy:** print edge function logs url ([#6851](https://github.com/netlify/cli/issues/6851)) ([b996f92](https://github.com/netlify/cli/commit/b996f92e8eabcef1c2664dbd9ab6acbe7cde07c7)) + + +### Bug Fixes + +* **deps:** update dependency cookie to v0.7.0 [security] ([#6856](https://github.com/netlify/cli/issues/6856)) ([01810d5](https://github.com/netlify/cli/commit/01810d525de04080431cada961c0d33e8c51e8d6)) +* **deps:** update dependency envinfo to v7.14.0 ([#6860](https://github.com/netlify/cli/issues/6860)) ([7805687](https://github.com/netlify/cli/commit/78056876e0e63486c181bb7bbd5bbe7ac3ffb50f)) +* **deps:** update dependency http-proxy-middleware to v2.0.7 ([#6852](https://github.com/netlify/cli/issues/6852)) ([e1e7c72](https://github.com/netlify/cli/commit/e1e7c7252e8cddbda0cecb276a9f58085a3df4fb)) +* **deps:** update dependency listr2 to v8.2.5 ([#6853](https://github.com/netlify/cli/issues/6853)) ([b59f28b](https://github.com/netlify/cli/commit/b59f28be44e251668a4ed62ad0d7a20b57e347c5)) +* **deps:** update dependency log-update to v6.1.0 ([#6861](https://github.com/netlify/cli/issues/6861)) ([33f449f](https://github.com/netlify/cli/commit/33f449fd6dee13b1e0bdfb08cd8d096104b4ac88)) +* **deps:** update dependency ora to v8.1.0 ([#6862](https://github.com/netlify/cli/issues/6862)) ([d459d4e](https://github.com/netlify/cli/commit/d459d4e870baafeb327d841280ed1885a5ddec2b)) +* **deps:** update dependency pump to v3.0.2 ([#6859](https://github.com/netlify/cli/issues/6859)) ([f3f6d0a](https://github.com/netlify/cli/commit/f3f6d0a99d0e70c48c8767040fc5c6a1e8fd0376)) +* **deps:** update dependency update-notifier to v7.3.1 ([#6863](https://github.com/netlify/cli/issues/6863)) ([db8c10a](https://github.com/netlify/cli/commit/db8c10a3e15ceb1dbdb2e8b74bf9b851e13a3969)) +* **deps:** update netlify packages ([#6868](https://github.com/netlify/cli/issues/6868)) ([0944c42](https://github.com/netlify/cli/commit/0944c422079451226e892ddfccf7fec3e5671e78)) +* **deps:** update netlify packages ([#6869](https://github.com/netlify/cli/issues/6869)) ([48e032f](https://github.com/netlify/cli/commit/48e032fce5b6c5f6a514e63140c90df0de87bae2)) + ## [17.36.4](https://github.com/netlify/cli/compare/v17.36.3...v17.36.4) (2024-10-01) diff --git a/package-lock.json b/package-lock.json index c3727293450..e5425395f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.36.4", + "version": "17.37.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.36.4", + "version": "17.37.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1baae2996b1..fcb5bfdf2a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.36.4", + "version": "17.37.0", "author": "Netlify Inc.", "type": "module", "engines": {