From bbfa4af81a7a0cf2b73a9c2c1a23d04fc65f7d8e Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Mon, 3 Jun 2024 00:09:43 +0000 Subject: [PATCH] chore(changelogs): update changelogs --- packages/gatsby-adapter-netlify/CHANGELOG.md | 6 ++++++ packages/gatsby/CHANGELOG.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/packages/gatsby-adapter-netlify/CHANGELOG.md b/packages/gatsby-adapter-netlify/CHANGELOG.md index 30cb2c937d4c3..a07d6f5880ce2 100644 --- a/packages/gatsby-adapter-netlify/CHANGELOG.md +++ b/packages/gatsby-adapter-netlify/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. +### [1.1.6](https://github.com/gatsbyjs/gatsby/commits/gatsby-adapter-netlify@1.1.6/packages/gatsby-adapter-netlify) (2024-05-29) + +#### Performance Improvements + +- improve adapt() performance [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) [#38991](https://github.com/gatsbyjs/gatsby/issues/38991) [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) ([04c438a](https://github.com/gatsbyjs/gatsby/commit/04c438ada54a16c0d34d973464b80027eff61191)) + ### [1.1.5](https://github.com/gatsbyjs/gatsby/commits/gatsby-adapter-netlify@1.1.5/packages/gatsby-adapter-netlify) (2024-05-17) #### Features diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 23a3d339599e9..248ce9a49ab2e 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.13.6](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.13.6/packages/gatsby) (2024-05-29) + +#### Performance Improvements + +- improve adapt() performance [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) [#38991](https://github.com/gatsbyjs/gatsby/issues/38991) [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) ([04c438a](https://github.com/gatsbyjs/gatsby/commit/04c438ada54a16c0d34d973464b80027eff61191)) + ### [5.13.5](https://github.com/gatsbyjs/gatsby/commits/gatsby@5.13.5/packages/gatsby) (2024-05-17) #### Features