Skip to content

chore: release 4.1.0 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.0](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v4.0.0...v4.1.0) (2022-01-26)


### Features

* disable Netlify functions if not needed ([#65](https://www.github.com/netlify/gatsby-plugin-netlify/issues/65)) ([d4ed977](https://www.github.com/netlify/gatsby-plugin-netlify/commit/d4ed97755a57cb3b9185d00b087186197967a692))

## 4.0.0 (2022-01-19)

Add support for Gatsby 4, including adding the rewrites required for DPR and SSR render modes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin for sites deployed to Netlify",
"version": "4.0.0",
"version": "4.1.0",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/netlify/gatsby-plugin-netlify/issues"
Expand Down