diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9d97ce3..c03cc131 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "2.1.4" + "plugin": "3.0.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index ef4f6a04..3456acb5 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.1.4...plugin-gatsby-v3.0.0) (2022-04-04) + + +### ⚠ BREAKING CHANGES + +* remove catch-all DSG redirect and handle discretely (#334) + +### Bug Fixes + +* remove catch-all DSG redirect and handle discretely ([#334](https://github.com/netlify/netlify-plugin-gatsby/issues/334)) ([21773dd](https://github.com/netlify/netlify-plugin-gatsby/commit/21773ddd241b8f764104ef3841f55b43581cac03)) + ### [2.1.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.1.3...plugin-gatsby-v2.1.4) (2022-03-21) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 656eaed7..4a6ea11b 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "2.1.4", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "2.1.4", + "version": "3.0.0", "license": "MIT", "dependencies": { "@netlify/functions": "^1.0.0", diff --git a/plugin/package.json b/plugin/package.json index f601c6a5..5d4514e2 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "2.1.4", + "version": "3.0.0", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",