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..d59d3f30 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.8.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.3...plugin-gatsby-v3.8.4) (2025-05-20) + + +### Bug Fixes + +* **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)) + ## [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 ef12dd95..645603c6 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 79bde494..0a983791 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",