From 17883d88d0a0e5a91bcce6abcdf72b2c498cdfaa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:45:31 +0800 Subject: [PATCH] chore(main): release 0.9.3 (#45) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e08ec6..ee2bfff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 808a821..06bbc42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/hugomods/images/compare/v0.9.2...v0.9.3) (2024-03-08) + + +### Bug Fixes 🐞 + +* use _funcs/get-page-images for getting thumbnail images ([742fc49](https://github.com/hugomods/images/commit/742fc491c2e3e119a7c58a6083f0536e6405ac47)) + ## [0.9.2](https://github.com/hugomods/images/compare/v0.9.1...v0.9.2) (2024-02-28)