Skip to content

Commit 302144c

Browse files
chore(main): release plugin-gatsby 3.0.0 (#341)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Rob Stanford <me@robstanford.com>
1 parent 21a7036 commit 302144c

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"plugin": "2.1.4"
2+
"plugin": "3.0.0"
33
}

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.1.4...plugin-gatsby-v3.0.0) (2022-04-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove catch-all DSG redirect and handle discretely (#334)
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
314
### [2.1.4](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.1.3...plugin-gatsby-v2.1.4) (2022-03-21)
415

516

plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-gatsby",
3-
"version": "2.1.4",
3+
"version": "3.0.0",
44
"description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
55
"source": "src/index.ts",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)