diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e749e79..0491376f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.0.0 (2022-01-19) + + +### ⚠ BREAKING CHANGES + +* 4.0.0 +* **deps:** 4.0.0 +* remove cache headers +* remove cache headers + +### Features + +* remove cache headers ([9f88d08](https://github.com/netlify/gatsby-plugin-netlify/commit/9f88d0825abefcca6b5a7d7618ee6af476c49bf3)) +* remove cache headers ([0167e60](https://github.com/netlify/gatsby-plugin-netlify/commit/0167e605fce111ef9a727513e369796f72fbee29)) + + +### Bug Fixes + +* add page data rewrites ([dacf876](https://github.com/netlify/gatsby-plugin-netlify/commit/dacf8768aac62d5be25edf1558f768f253fea4f8)) + + +### Miscellaneous Chores + +* **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)) +* update readme ([#59](https://github.com/netlify/gatsby-plugin-netlify/issues/59)) ([140a71d](https://github.com/netlify/gatsby-plugin-netlify/commit/140a71dc001993bd09f9bc5e2f52ec19b1693c19)) + ## [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) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/package.json b/package.json index f1d96c07..1980e7a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin for sites deployed to Netlify", - "version": "4.0.0", + "version": "1.0.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/netlify/gatsby-plugin-netlify/issues"