From 73b64e5c513987efa6dc1b3e7fa20dcfa01157e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:52:19 +0800 Subject: [PATCH] chore(main): release 0.8.4 (#34) 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 2a248c7..7467455 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.3" + ".": "0.8.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e933e2..1647005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.4](https://github.com/hugomods/images/compare/v0.8.3...v0.8.4) (2024-01-08) + + +### Bug Fixes 🐞 + +* remove invalid indentations and empty line break, so that the partial can be used in nested shortcode ([#33](https://github.com/hugomods/images/issues/33)) ([30f968b](https://github.com/hugomods/images/commit/30f968b65c67214c8937c76012455f8f4c515547)) + ## [0.8.3](https://github.com/hugomods/images/compare/v0.8.2...v0.8.3) (2023-11-08)