Skip to content

Commit

Permalink
chore(main): release plugin-gatsby 3.0.0 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Rob Stanford <me@robstanford.com>
  • Loading branch information
token-generator-app[bot] and orinokai authored Apr 5, 2022
1 parent 21a7036 commit 302144c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugin": "2.1.4"
"plugin": "3.0.0"
}
11 changes: 11 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 302144c

Please sign in to comment.