diff --git a/packages/gatsby-theme-aio/CHANGELOG.md b/packages/gatsby-theme-aio/CHANGELOG.md index 2d5ac60b96..879daa5ff5 100644 --- a/packages/gatsby-theme-aio/CHANGELOG.md +++ b/packages/gatsby-theme-aio/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.2](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.13.1..@adobe/gatsby-theme-aio@4.14.2) (2024-07-11) + +### Features +* Enable partial algolia indexing and use contentDigest for diff check [de64ca0](https://github.com/adobe/aio-theme/commit/de64ca0282a4049cb21946e2279ebe7895f74c12) + +### Fix +* Calculate record size instead of using file size when creating algolia records [de64ca0](https://github.com/adobe/aio-theme/commit/de64ca0282a4049cb21946e2279ebe7895f74c12) + + ## [4.14.1](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.13.0..@adobe/gatsby-theme-aio@4.14.1) (2024-07-10) ### Features diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index 5e76fd49df..d1430ddf01 100644 --- a/packages/gatsby-theme-aio/package.json +++ b/packages/gatsby-theme-aio/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/gatsby-theme-aio", - "version": "4.14.1", + "version": "4.14.2", "description": "The Adobe I/O theme for building markdown powered sites", "main": "index.js", "license": "Apache-2.0",