diff --git a/CHANGELOG.md b/CHANGELOG.md index 74da62f0487..4c6e7eaac45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [17.38.1](https://github.com/netlify/cli/compare/v17.38.0...v17.38.1) (2024-12-17) + + +### Bug Fixes + +* **deps:** update dependency dotenv to v16.4.7 ([#6949](https://github.com/netlify/cli/issues/6949)) ([65dc682](https://github.com/netlify/cli/commit/65dc682d1036893f33bc3be4013f408a1ef2452b)) +* **deps:** update dependency express to v4.21.2 ([#6950](https://github.com/netlify/cli/issues/6950)) ([d780a33](https://github.com/netlify/cli/commit/d780a3368ec2431baafac5112d52dab4b2f511e3)) +* **deps:** update netlify packages ([#6959](https://github.com/netlify/cli/issues/6959)) ([3d794c1](https://github.com/netlify/cli/commit/3d794c103b7e120a507406eab66f2f99d29ac1c1)) + ## [17.38.0](https://github.com/netlify/cli/compare/v17.37.2...v17.38.0) (2024-12-03) diff --git a/package-lock.json b/package-lock.json index 74cf3647c28..87e2751c0b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "17.38.0", + "version": "17.38.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "17.38.0", + "version": "17.38.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 724182a80c0..8451bea4939 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "17.38.0", + "version": "17.38.1", "author": "Netlify Inc.", "type": "module", "engines": {