From 4f4c31bf2b01255cd3091bb052932965ff011a24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:22:43 +0800 Subject: [PATCH] chore(main): release 0.9.0 (#37) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7467455..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.4" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1647005..3cbf309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9.0](https://github.com/hugomods/images/compare/v0.8.4...v0.9.0) (2024-01-13) + + +### Features ✨ + +* add more parameters for image partial, Height, Width and Alignment ([#39](https://github.com/hugomods/images/issues/39)) ([e0723aa](https://github.com/hugomods/images/commit/e0723aaac7bc20528f8ffc0fbf21ce87f9ca0cac)) + + +### Bug Fixes 🐞 + +* broken width and height values ([#36](https://github.com/hugomods/images/issues/36)) ([e3bc1b6](https://github.com/hugomods/images/commit/e3bc1b64c38a827282b2c7e7efe3d3b4b7c8507a)) +* remove unit from width and height attributes ([#38](https://github.com/hugomods/images/issues/38)) ([ddfe37b](https://github.com/hugomods/images/commit/ddfe37bffffbf010cecde200901b9d876a973120)) + ## [0.8.4](https://github.com/hugomods/images/compare/v0.8.3...v0.8.4) (2024-01-08)