diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3e9546c..daa67e35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.7.1" + "plugin": "3.7.2" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index a9b5ad23..e729f8f4 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.1...plugin-gatsby-v3.7.2) (2023-10-09) + + +### Bug Fixes + +* **deps:** update dependency @netlify/ipx to ^1.4.5 ([#676](https://github.com/netlify/netlify-plugin-gatsby/issues/676)) ([1d956c2](https://github.com/netlify/netlify-plugin-gatsby/commit/1d956c2d87555fb46fa891a176aa9f0355417b19)) + ## [3.7.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.0...plugin-gatsby-v3.7.1) (2023-08-07) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 5d6307ac..183c781d 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.7.1", + "version": "3.7.2", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index 2fd97e11..1c3d333d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.7.1", + "version": "3.7.2", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",