diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3bc5d1c..233aec32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - ".": "0.35.3", + ".": "0.35.4", "modules/breadcrumb": "0.1.23", "modules/content-panel": "0.1.21", "modules/decap-cms": "0.4.0", "modules/disqus": "0.1.20", "modules/emote": "0.1.0", "modules/featured-image": "0.2.21", - "modules/giscus": "0.1.23", + "modules/giscus": "0.1.24", "modules/heading-sign": "0.1.23", "modules/post-authors": "0.1.0", "modules/post-nav": "0.4.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6d2a4d..0bcc4529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.35.4](https://github.com/hbstack/blog/compare/v0.35.3...v0.35.4) (2024-06-16) + + +### Performance Improvements ⚡️ + +* cache carousel partial ([6c4a217](https://github.com/hbstack/blog/commit/6c4a217c98936a59c1d75f9eabac3ac996f7d69e)) +* cache head-begin hook ([165eb48](https://github.com/hbstack/blog/commit/165eb48f62cb1838706a6a5ec36466090ee6caa3)) + ## [0.35.3](https://github.com/hbstack/blog/compare/v0.35.2...v0.35.3) (2024-06-15) diff --git a/modules/giscus/CHANGELOG.md b/modules/giscus/CHANGELOG.md index b2c16d8f..7763acff 100644 --- a/modules/giscus/CHANGELOG.md +++ b/modules/giscus/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.24](https://github.com/hbstack/blog/compare/modules/giscus/v0.1.23...modules/giscus/v0.1.24) (2024-06-16) + + +### Performance Improvements ⚡️ + +* **giscus:** cache body-end hook ([7c2258b](https://github.com/hbstack/blog/commit/7c2258b3f1673e3d575b4850b5e0b2d916a846c2)) + ## [0.1.23](https://github.com/hbstack/blog/compare/modules/giscus/v0.1.22...modules/giscus/v0.1.23) (2023-10-23)