diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ca22974..a4ebd32a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.8.4" + "plugin": "3.8.5" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 4bb0c780..28716da5 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.8.5](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.4...plugin-gatsby-v3.8.5) (2025-07-21) + + +### Bug Fixes + +* **deps:** update dependency gatsby to v5.14.5 ([#821](https://github.com/netlify/netlify-plugin-gatsby/issues/821)) ([d54e6f6](https://github.com/netlify/netlify-plugin-gatsby/commit/d54e6f6dee8de987c6c7b2970bc9b6759366aa95)) +* **deps:** update dependency multer to v2.0.2 ([#824](https://github.com/netlify/netlify-plugin-gatsby/issues/824)) ([91587ca](https://github.com/netlify/netlify-plugin-gatsby/commit/91587ca794d6a8ca0fba5fa71e3676f80b436d26)) + ## [3.8.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.3...plugin-gatsby-v3.8.4) (2025-06-06) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 32fe46e5..70864a19 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.4", + "version": "3.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.8.4", + "version": "3.8.5", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index 2dc98407..dfa91342 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.4", + "version": "3.8.5", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",