-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.11.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.1) (2021-03-18) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-netlify:** Add an allow list for redirect options ([#30155](https://github.com/gatsbyjs/gatsby/issues/30155)) ([#30215](https://github.com/gatsbyjs/gatsby/issues/30215)) ([ebbb41b](https://github.com/gatsbyjs/gatsby/commit/ebbb41b56300dc0cfde15ee5d7cec4dd4b4091f8)) | ||
|
||
# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0) (2021-02-02) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-netlify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-netlify", | ||
"description": "A Gatsby plugin which generates a _headers file for netlify", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|