From 10c727567829c61f3803724e4088b4c9fc17bbb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:31:10 +0800 Subject: [PATCH] chore(main): release 0.10.1 (#49) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2883c..3e9acc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.10.1](https://github.com/hugomods/images/compare/v0.10.0...v0.10.1) (2024-03-15) + + +### Bug Fixes 🐞 + +* check if the image resource media type is avif and print error when necessary ([8afe41e](https://github.com/hugomods/images/commit/8afe41efb8c510967227657ed0f56a9b653c7dce)) +* do not apply imageConfig on avif and jxl images ([#48](https://github.com/hugomods/images/issues/48)) ([767df64](https://github.com/hugomods/images/commit/767df64ef1817eb789791318e232fc888778ef36)) +* set the caption as title if present ([#50](https://github.com/hugomods/images/issues/50)) ([59b9b9f](https://github.com/hugomods/images/commit/59b9b9f0baf528b8fcd96ce920587c32cbd14717)) + ## [0.10.0](https://github.com/hugomods/images/compare/v0.9.3...v0.10.0) (2024-03-09)