From e37e942cad3da33b4423eaaeb2c1c6750cb457e6 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:54:48 +0000 Subject: [PATCH] chore(main): release 17.37.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caaa44cc635..b48de1f773d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,25 @@ 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-09) + + +### 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)) + ## [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 1bdbea85c8f..5569cf9ff2d 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 cc6ac1ecb0a..91fa5d58264 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": {