diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 641b5af0..b3e9546c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.7.0" + "plugin": "3.7.1" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 15700521..a9b5ad23 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.7.0...plugin-gatsby-v3.7.1) (2023-08-07) + + +### Bug Fixes + +* **deps:** update dependency @netlify/ipx to ^1.4.2 ([#668](https://github.com/netlify/netlify-plugin-gatsby/issues/668)) ([c8cefc3](https://github.com/netlify/netlify-plugin-gatsby/commit/c8cefc38f53b73bb0a18301cbbaa8e22ff623c94)) + ## [3.7.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.6.3...plugin-gatsby-v3.7.0) (2023-07-19) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index bb03aedd..d64a7a72 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.7.0", + "version": "3.7.1", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index 65a56c5a..01736467 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.7.0", + "version": "3.7.1", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",