diff --git a/CHANGELOG.md b/CHANGELOG.md index d080ce2a521..13af2fea197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.37.1](https://github.com/netlify/cli/compare/v17.37.0...v17.37.1) (2024-10-17) + + +### Bug Fixes + +* **deploy:** fix edge function logs url scope key ([#6881](https://github.com/netlify/cli/issues/6881)) ([f833f2d](https://github.com/netlify/cli/commit/f833f2dc4d238769217e30411cb98ee326dcb582)) +* **deps:** update dependency @netlify/blobs to v8.1.0 ([#6870](https://github.com/netlify/cli/issues/6870)) ([b82c536](https://github.com/netlify/cli/commit/b82c5369a5abbd763f53c2d107cab38826974979)) +* **deps:** update dependency @types/node to v20.16.11 ([#6874](https://github.com/netlify/cli/issues/6874)) ([e41ac33](https://github.com/netlify/cli/commit/e41ac33ca489aaeba6dc034222e89e015120cf28)) +* **deps:** update dependency cookie to v0.7.2 ([#6875](https://github.com/netlify/cli/issues/6875)) ([69a7a3b](https://github.com/netlify/cli/commit/69a7a3b09c96512471f451c90a6d4253dee5648d)) +* **deps:** update dependency express to v4.21.1 ([#6858](https://github.com/netlify/cli/issues/6858)) ([9d37ec0](https://github.com/netlify/cli/commit/9d37ec02a2b8a2112c56a24000148979429a0f9e)) + ## [17.37.0](https://github.com/netlify/cli/compare/v17.36.4...v17.37.0) (2024-10-11) diff --git a/package-lock.json b/package-lock.json index 27cabd48a91..aad7e8c94ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.37.0", + "version": "17.37.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.37.0", + "version": "17.37.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 01fe12195f6..e20f66578d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.37.0", + "version": "17.37.1", "author": "Netlify Inc.", "type": "module", "engines": {