From a965d27b7e9b5f3f0b62b4edb273adf12d0a2eeb Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Fri, 4 Nov 2022 00:09:08 +0000 Subject: [PATCH] chore(changelogs): update changelogs --- packages/gatsby/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 8907810f3a293..03fe4101ef420 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. +### [4.24.7](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.24.7/packages/gatsby) (2022-11-03) + +#### Features + +- handle graphql-import-node bundling [#36951](https://github.com/gatsbyjs/gatsby/issues/36951) [#36953](https://github.com/gatsbyjs/gatsby/issues/36953) ([1926b4e](https://github.com/gatsbyjs/gatsby/commit/1926b4e5a4044ce0e60bdea04430627520f0a1b8)) + ### [4.24.6](https://github.com/gatsbyjs/gatsby/commits/gatsby@4.24.6/packages/gatsby) (2022-10-31) #### Bug Fixes