diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a39e761..012eac4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.5.1" + "plugin": "3.5.2" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index ee8fff8c..84bc91d5 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.1...plugin-gatsby-v3.5.2) (2023-02-23) + + +### Bug Fixes + +* prevent reach-router dep requirement for v2 ([#557](https://github.com/netlify/netlify-plugin-gatsby/issues/557)) ([6d541d1](https://github.com/netlify/netlify-plugin-gatsby/commit/6d541d1a55b671789e04fb2420264f2c84a293b0)) + ## [3.5.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.0...plugin-gatsby-v3.5.1) (2023-01-23) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index ebbd66e6..e95c11a3 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.5.1", + "version": "3.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.5.1", + "version": "3.5.2", "license": "MIT", "dependencies": { "@netlify/functions": "^1.3.0", diff --git a/plugin/package.json b/plugin/package.json index 52e1214b..9f59a843 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.5.1", + "version": "3.5.2", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",