diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8674dff9..8ca22974 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.8.3" + "plugin": "3.8.4" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 576bebce..4bb0c780 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.8.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.3...plugin-gatsby-v3.8.4) (2025-06-06) + + +### Bug Fixes + +* **deps:** update dependency multer to v1.4.5-lts.2 ([#801](https://github.com/netlify/netlify-plugin-gatsby/issues/801)) ([de91e92](https://github.com/netlify/netlify-plugin-gatsby/commit/de91e92752ad01134af2464297215e481c8dc58b)) +* **deps:** update dependency multer to v2 ([#812](https://github.com/netlify/netlify-plugin-gatsby/issues/812)) ([aa373d9](https://github.com/netlify/netlify-plugin-gatsby/commit/aa373d91c3d653cb7a1aaf6da98b9367e723e1b0)) +* **deps:** update dependency semver to v7.7.2 ([#787](https://github.com/netlify/netlify-plugin-gatsby/issues/787)) ([a85d1c7](https://github.com/netlify/netlify-plugin-gatsby/commit/a85d1c70de653fa6cd99d9be0ff91dccff7acc37)) +* **deps:** update gatsby monorepo ([#807](https://github.com/netlify/netlify-plugin-gatsby/issues/807)) ([da610bd](https://github.com/netlify/netlify-plugin-gatsby/commit/da610bd44bbdb35857166dc70b5dc53fa5f69bf5)) + ## [3.8.3](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.2...plugin-gatsby-v3.8.3) (2025-03-13) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index db652a49..0cfd2be6 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.3", + "version": "3.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.8.3", + "version": "3.8.4", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index 6ccbcf7d..918ba07a 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.3", + "version": "3.8.4", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",