From e210568241a292bcc5ea2202f4cc49ccaf108977 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:22:45 +0000 Subject: [PATCH 1/2] chore(main): release 5.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fff8b4a..1053a071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.1](https://github.com/netlify/gatsby-plugin-netlify/compare/v5.1.0...v5.1.1) (2023-09-25) + + +### Bug Fixes + +* apply caching headers to all produced assets ([#217](https://github.com/netlify/gatsby-plugin-netlify/issues/217)) ([31e9249](https://github.com/netlify/gatsby-plugin-netlify/commit/31e924995d902849662c7a4fb955dd20bd430d60)) +* **deps:** update dependency fs-extra to v11 ([#256](https://github.com/netlify/gatsby-plugin-netlify/issues/256)) ([aa3184c](https://github.com/netlify/gatsby-plugin-netlify/commit/aa3184c285e7c1b2937a88f8f1f6d7d7e0d563b5)) + ## [5.1.0](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v5.0.1...v5.1.0) (2022-11-30) ### Features diff --git a/package.json b/package.json index 79f71725..8d608b1d 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": "5.1.0", + "version": "5.1.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/netlify/gatsby-plugin-netlify/issues" From 634a9acee40545b7a0a1de7e35d32e300dc132e4 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Mon, 25 Sep 2023 17:38:10 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1053a071..06f0a6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ All notable changes to this project will be documented in this file. See * apply caching headers to all produced assets ([#217](https://github.com/netlify/gatsby-plugin-netlify/issues/217)) ([31e9249](https://github.com/netlify/gatsby-plugin-netlify/commit/31e924995d902849662c7a4fb955dd20bd430d60)) * **deps:** update dependency fs-extra to v11 ([#256](https://github.com/netlify/gatsby-plugin-netlify/issues/256)) ([aa3184c](https://github.com/netlify/gatsby-plugin-netlify/commit/aa3184c285e7c1b2937a88f8f1f6d7d7e0d563b5)) - +* add path to `transformHeaders` ([#276](https://github.com/netlify/gatsby-plugin-netlify/pull/276)) +* ## [5.1.0](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v5.0.1...v5.1.0) (2022-11-30) ### Features