From 57b37ae5fea64d932f8baf820dbf68dac7550b52 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Mon, 14 Nov 2022 00:14:05 -0700 Subject: [PATCH] chore(changelogs): update changelogs (#37030) --- packages/gatsby/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 5eb730341d005..b1c11aa721c59 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [5.0.1](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.0.1/packages/gatsby) (2022-11-10) + +#### Bug Fixes + +- write out sq files when result doesn't change but query hash changes [#36997](https://github.com/gatsbyjs/gatsby/issues/36997) [#37004](https://github.com/gatsbyjs/gatsby/issues/37004) ([df29dc9](https://github.com/gatsbyjs/gatsby/commit/df29dc927f698582e3bf71dd59455c172a92c1aa)) + ## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.0.0/packages/gatsby) (2022-11-08) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0)