Skip to content

Commit 5136373

Browse files
chore(main): release 1.0.0
1 parent 140a71d commit 5136373

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
* 4.0.0
12+
* **deps:** 4.0.0
13+
* remove cache headers
14+
* remove cache headers
15+
16+
### Features
17+
18+
* remove cache headers ([9f88d08](https://github.com/netlify/gatsby-plugin-netlify/commit/9f88d0825abefcca6b5a7d7618ee6af476c49bf3))
19+
* remove cache headers ([0167e60](https://github.com/netlify/gatsby-plugin-netlify/commit/0167e605fce111ef9a727513e369796f72fbee29))
20+
21+
22+
### Bug Fixes
23+
24+
* add page data rewrites ([dacf876](https://github.com/netlify/gatsby-plugin-netlify/commit/dacf8768aac62d5be25edf1558f768f253fea4f8))
25+
26+
27+
### Miscellaneous Chores
28+
29+
* **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))
30+
* update readme ([#59](https://github.com/netlify/gatsby-plugin-netlify/issues/59)) ([140a71d](https://github.com/netlify/gatsby-plugin-netlify/commit/140a71dc001993bd09f9bc5e2f52ec19b1693c19))
31+
632
## [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)
733

834
**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)