Skip to content

Commit 352fcee

Browse files
chore(main): release 1.0.0
1 parent 4ab7222 commit 352fcee

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.0.0 (2022-01-19)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **deps:** 4.0.0
12+
* remove cache headers
13+
* remove cache headers
14+
15+
### Features
16+
17+
* remove cache headers ([9f88d08](https://github.com/netlify/gatsby-plugin-netlify/commit/9f88d0825abefcca6b5a7d7618ee6af476c49bf3))
18+
* remove cache headers ([0167e60](https://github.com/netlify/gatsby-plugin-netlify/commit/0167e605fce111ef9a727513e369796f72fbee29))
19+
20+
21+
### Bug Fixes
22+
23+
* add page data rewrites ([dacf876](https://github.com/netlify/gatsby-plugin-netlify/commit/dacf8768aac62d5be25edf1558f768f253fea4f8))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* **deps:** update googlecloudplatform/release-please-action action to v3 ([#53](https://github.com/netlify/gatsby-plugin-netlify/issues/53)) ([4ab7222](https://github.com/netlify/gatsby-plugin-netlify/commit/4ab72227eed6ad0c67b8468dd4646d8237095246))
29+
630
## [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.3...gatsby-plugin-netlify@3.13.0-next.0) (2021-08-12)
731

832
**Note:** Version bump only for package gatsby-plugin-netlify

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
33
"description": "A Gatsby plugin for sites deployed to Netlify",
4-
"version": "4.0.0",
4+
"version": "1.0.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/netlify/gatsby-plugin-netlify/issues"

0 commit comments

Comments
 (0)